#A12FAE

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

Shades of Dark Orchid #A12FAE

Tints of Dark Orchid #A12FAE

Color information

#A12FAE (or 0xA12FAE) is unknown color: approx Dark Orchid. HEX triplet: A1, 2F and AE. RGB value is (161,47,174). Sum of RGB (Red+Green+Blue) = 161+47+174=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #A12FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12FAE is #5ED051. Grayscale: #5F5F5F. Windows color (decimal): -6213714 or 11415457. OLE color: 11415457.

HSL color Cylindrical-coordinate representation of color #A12FAE: hue angle of 293.86º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A12FAE is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16147174-
CMYK0.070.7300.32
HSL293.86º57.47%43.33%-
HSV(B)293.86º72.99%68.24%-
XYZ23.3512.6741.26-
YUV95.56172.27174.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 47 (18.75% from 255) = 12.30%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=42.15%
G=12.30%
B=45.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161471740.070.7300.32293.8657.4743.33
HexA12FAE749020126392b
Octal2415725671110404467153
Binary101000011011111010111011110010010100000100100110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12FAE; }

 p { color: rgb(161,47,174); }

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

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

 a { background-color: rgb(161,47,174); }

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

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

 span { border-color: rgb(161,47,174); }

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