#A040CB

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

Shades of Dark Orchid #A040CB

Tints of Dark Orchid #A040CB

Color information

#A040CB (or 0xA040CB) is unknown color: approx Dark Orchid. HEX triplet: A0, 40 and CB. RGB value is (160,64,203). Sum of RGB (Red+Green+Blue) = 160+64+203=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #A040CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040CB is #5FBF34. Grayscale: #6C6C6C. Windows color (decimal): -6274869 or 13320352. OLE color: 13320352.

HSL color Cylindrical-coordinate representation of color #A040CB: hue angle of 281.44º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A040CB is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16064203-
CMYK0.210.6800.20
HSL281.44º57.2%52.35%-
HSV(B)281.44º68.47%79.61%-
XYZ27.1115.4558.05-
YUV108.55181.3164.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 64 (25.39% from 255) = 14.99%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=37.47%
G=14.99%
B=47.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160642030.210.6800.20281.4457.252.35
HexA040CB15440141193934
Octal240100313251040244317164
Binary10100000100000011001011101011000100010100100011001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A040CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A040CB; }

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

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

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

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

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

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

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

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