#A12EB2

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

Shades of Dark Orchid #A12EB2

Tints of Dark Orchid #A12EB2

Color information

#A12EB2 (or 0xA12EB2) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and B2. RGB value is (161,46,178). Sum of RGB (Red+Green+Blue) = 161+46+178=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 178 - color contains mainly: blue. Hex color #A12EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EB2 is #5ED14D. Grayscale: #5F5F5F. Windows color (decimal): -6213966 or 11677345. OLE color: 11677345.

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

Color convert

RGB16146178-
CMYK0.100.7400.30
HSL292.27º58.93%43.92%-
HSV(B)292.27º74.16%69.8%-
XYZ23.7112.7543.33-
YUV95.43174.6174.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 46 (18.36% from 255) = 11.95%
BLUE value IS 178 (69.92% from 255) = 46.23%
R=41.82%
G=11.95%
B=46.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal161461780.100.7400.30292.2758.9343.92
HexA12EB2A4A01E1243b2c
Octal24156262121120364447354
Binary101000011011101011001010101001010011110100100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EB2; }

 p { color: rgb(161,46,178); }

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

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

 a { background-color: rgb(161,46,178); }

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

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

 span { border-color: rgb(161,46,178); }

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