#a049d4

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

Shades of Dark Orchid #A049D4

Tints of Dark Orchid #A049D4

Color information

#A049D4 (or 0xA049D4) is unknown color: approx Dark Orchid. HEX triplet: A0, 49 and D4. RGB value is (160,73,212). Sum of RGB (Red+Green+Blue) = 160+73+212=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 212 (83.20% from 255 or 47.64% from 445); Max value from RGB is 212 - color contains mainly: blue. Hex color #A049D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049D4 is #5FB62B. Grayscale: #727272. Windows color (decimal): -6272556 or 13912480. OLE color: 13912480.

HSL color Cylindrical-coordinate representation of color #A049D4: hue angle of 277.55º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A049D4 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16073212-
CMYK0.250.6600.17
HSL277.55º61.78%55.88%-
HSV(B)277.55º65.57%83.14%-
XYZ28.7616.9964.05-
YUV114.86182.82160.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 73 (28.91% from 255) = 16.40%
BLUE value IS 212 (83.20% from 255) = 47.64%
R=35.96%
G=16.40%
B=47.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160732120.250.6600.17277.5561.7855.88
HexA049D419420111163e38
Octal240111324311020214267670
Binary10100000100100111010100110011000010010001100010110111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a049d4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a049d4; }

 p { color: rgb(160,73,212); }

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

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

 a { background-color: rgb(160,73,212); }

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

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

 span { border-color: rgb(160,73,212); }

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