#A12EAC

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

Shades of Dark Orchid #A12EAC

Tints of Dark Orchid #A12EAC

Color information

#A12EAC (or 0xA12EAC) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and AC. RGB value is (161,46,172). Sum of RGB (Red+Green+Blue) = 161+46+172=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12EAC is #5ED153. Grayscale: #5E5E5E. Windows color (decimal): -6213972 or 11284129. OLE color: 11284129.

HSL color Cylindrical-coordinate representation of color #A12EAC: hue angle of 294.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12EAC is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16146172-
CMYK0.060.7300.33
HSL294.76º57.8%42.75%-
HSV(B)294.76º73.26%67.45%-
XYZ23.1212.5140.23-
YUV94.75171.6175.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 46 (18.36% from 255) = 12.14%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=42.48%
G=12.14%
B=45.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161461720.060.7300.33294.7657.842.75
HexA12EAC6490211273a2b
Octal2415625461110414477253
Binary101000011011101010110011010010010100001100100111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EAC; }

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

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

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

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

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

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

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

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