#A849DB

Color #A849DB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A849DB

Tints of Medium Orchid #A849DB

Color information

#A849DB (or 0xA849DB) is unknown color: approx Medium Orchid. HEX triplet: A8, 49 and DB. RGB value is (168,73,219). Sum of RGB (Red+Green+Blue) = 168+73+219=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 73 (28.91% from 255 or 15.87% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #A849DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A849DB is #57B624. Grayscale: #757575. Windows color (decimal): -5748261 or 14371240. OLE color: 14371240.

HSL color Cylindrical-coordinate representation of color #A849DB: hue angle of 279.04º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A849DB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16873219-
CMYK0.230.6700.14
HSL279.04º66.97%57.25%-
HSV(B)279.04º66.67%85.88%-
XYZ31.3218.268.88-
YUV118.05184.97163.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 36.52%
GREEN value IS 73 (28.91% from 255) = 15.87%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=36.52%
G=15.87%
B=47.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168732190.230.6700.14279.0466.9757.25
HexA849DB17430E1174339
Octal2501113332710301642710371
Binary10101000100100111011011101111000011011101000101111000011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A849DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A849DB; }

 p { color: rgb(168,73,219); }

 H1.HeaderClassName
 {
   color: #A849DB;
 }
 .AnyTagClassName
 {
   color: #A849DB;
 }
</style>
background-color css

<style>
 a { background-color: #A849DB; }

 a { background-color: rgb(168,73,219); }

 div.DivClassName
 {
   background-color: #A849DB;
 }
 .BgClassName
 {
   background-color: #A849DB;
 }
</style>
border-color css

<style>
 span { border-color: #A849DB; }

 span { border-color: rgb(168,73,219); }

 td.TdClassName
 {
   border-color: #A849DB;
 }
 .TagClassName
 {
   border-color: #A849DB;
 }
</style>