#A040CE

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

Shades of Dark Orchid #A040CE

Tints of Dark Orchid #A040CE

Color information

#A040CE (or 0xA040CE) is unknown color: approx Dark Orchid. HEX triplet: A0, 40 and CE. RGB value is (160,64,206). Sum of RGB (Red+Green+Blue) = 160+64+206=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #A040CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CE is #5FBF31. Grayscale: #6C6C6C. Windows color (decimal): -6274866 or 13516960. OLE color: 13516960.

HSL color Cylindrical-coordinate representation of color #A040CE: hue angle of 280.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A040CE is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16064206-
CMYK0.220.6900.19
HSL280.56º59.17%52.94%-
HSV(B)280.56º68.93%80.78%-
XYZ27.4715.659.96-
YUV108.89182.8164.45-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 206 (80.86% from 255) = 47.91%
R=37.21%
G=14.88%
B=47.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160642060.220.6900.19280.5659.1752.94
HexA040CE16450131193b35
Octal240100316261050234317365
Binary10100000100000011001110101101000101010011100011001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040CE; }

 p { color: rgb(160,64,206); }

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

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

 a { background-color: rgb(160,64,206); }

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

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

 span { border-color: rgb(160,64,206); }

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