#A047DE

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

Shades of Dark Orchid #A047DE

Tints of Dark Orchid #A047DE

Color information

#A047DE (or 0xA047DE) is unknown color: approx Dark Orchid. HEX triplet: A0, 47 and DE. RGB value is (160,71,222). Sum of RGB (Red+Green+Blue) = 160+71+222=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #A047DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DE is #5FB821. Grayscale: #727272. Windows color (decimal): -6273058 or 14567328. OLE color: 14567328.

HSL color Cylindrical-coordinate representation of color #A047DE: hue angle of 275.36º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A047DE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16071222-
CMYK0.280.6800.13
HSL275.36º69.59%57.45%-
HSV(B)275.36º68.02%87.06%-
XYZ29.9417.2570.86-
YUV114.82188.49160.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.32%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=35.32%
G=15.67%
B=49.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal160712220.280.6800.13275.3669.5957.45
HexA047DE1C440D1134639
Octal2401073363410401542310671
Binary10100000100011111011110111001000100011011000100111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047DE; }

 p { color: rgb(160,71,222); }

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

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

 a { background-color: rgb(160,71,222); }

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

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

 span { border-color: rgb(160,71,222); }

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