#A12EB3

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

Shades of Dark Orchid #A12EB3

Tints of Dark Orchid #A12EB3

Color information

#A12EB3 (or 0xA12EB3) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and B3. RGB value is (161,46,179). Sum of RGB (Red+Green+Blue) = 161+46+179=386 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.71% from 386); Green value is 46 (18.36% from 255 or 11.92% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #A12EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EB3 is #5ED14C. Grayscale: #5F5F5F. Windows color (decimal): -6213965 or 11742881. OLE color: 11742881.

HSL color Cylindrical-coordinate representation of color #A12EB3: hue angle of 291.88º 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 #A12EB3 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB16146179-
CMYK0.100.7400.30
HSL291.88º59.11%44.12%-
HSV(B)291.88º74.3%70.2%-
XYZ23.8112.7943.86-
YUV95.55175.1174.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.71%
GREEN value IS 46 (18.36% from 255) = 11.92%
BLUE value IS 179 (70.31% from 255) = 46.37%
R=41.71%
G=11.92%
B=46.37%

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
Decimal161461790.100.7400.30291.8859.1144.12
HexA12EB3A4A01E1243b2c
Octal24156263121120364447354
Binary101000011011101011001110101001010011110100100100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EB3; }

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

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

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

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

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

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

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

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