#A12EC9

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

Shades of Dark Orchid #A12EC9

Tints of Dark Orchid #A12EC9

Color information

#A12EC9 (or 0xA12EC9) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and C9. RGB value is (161,46,201). Sum of RGB (Red+Green+Blue) = 161+46+201=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 46 (18.36% from 255 or 11.27% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #A12EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EC9 is #5ED136. Grayscale: #616161. Windows color (decimal): -6213943 or 13184673. OLE color: 13184673.

HSL color Cylindrical-coordinate representation of color #A12EC9: hue angle of 284.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12EC9 is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16146201-
CMYK0.200.7700.21
HSL284.52º62.75%48.43%-
HSV(B)284.52º77.11%78.82%-
XYZ26.2213.7556.53-
YUV98.06186.1172.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.46%
GREEN value IS 46 (18.36% from 255) = 11.27%
BLUE value IS 201 (78.91% from 255) = 49.26%
R=39.46%
G=11.27%
B=49.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161462010.200.7700.21284.5262.7548.43
HexA12EC9144D01511d3f30
Octal24156311241150254357760
Binary1010000110111011001001101001001101010101100011101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EC9; }

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

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

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

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

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

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

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

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