#A047E4

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

Shades of Dark Orchid #A047E4

Tints of Dark Orchid #A047E4

Color information

#A047E4 (or 0xA047E4) is unknown color: approx Dark Orchid. HEX triplet: A0, 47 and E4. RGB value is (160,71,228). Sum of RGB (Red+Green+Blue) = 160+71+228=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #A047E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047E4 is #5FB81B. Grayscale: #727272. Windows color (decimal): -6273052 or 14960544. OLE color: 14960544.

HSL color Cylindrical-coordinate representation of color #A047E4: hue angle of 274.01º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A047E4 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16071228-
CMYK0.300.6900.11
HSL274.01º74.41%58.63%-
HSV(B)274.01º68.86%89.41%-
XYZ30.7517.5875.17-
YUV115.51191.49159.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.86%
GREEN value IS 71 (28.12% from 255) = 15.47%
BLUE value IS 228 (89.45% from 255) = 49.67%
R=34.86%
G=15.47%
B=49.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160712280.300.6900.11274.0174.4158.63
HexA047E41E450B1124a3b
Octal2401073443610501342211273
Binary10100000100011111100100111101000101010111000100101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A047E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A047E4; }

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

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

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

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

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

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

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

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