#A049D6

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

Shades of Dark Orchid #A049D6

Tints of Dark Orchid #A049D6

Color information

#A049D6 (or 0xA049D6) is unknown color: approx Dark Orchid. HEX triplet: A0, 49 and D6. RGB value is (160,73,214). Sum of RGB (Red+Green+Blue) = 160+73+214=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #A049D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A049D6 is #5FB629. Grayscale: #727272. Windows color (decimal): -6272554 or 14043552. OLE color: 14043552.

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

Color convert

RGB16073214-
CMYK0.250.6600.16
HSL277.02º63.23%56.27%-
HSV(B)277.02º65.89%83.92%-
XYZ29.0217.0965.39-
YUV115.09183.82160.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 73 (28.91% from 255) = 16.33%
BLUE value IS 214 (83.98% from 255) = 47.87%
R=35.79%
G=16.33%
B=47.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160732140.250.6600.16277.0263.2356.27
HexA049D619420101153f38
Octal240111326311020204257770
Binary10100000100100111010110110011000010010000100010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A049D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A049D6; }

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

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

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

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

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

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

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

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