#A12EBE

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

Shades of Dark Orchid #A12EBE

Tints of Dark Orchid #A12EBE

Color information

#A12EBE (or 0xA12EBE) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and BE. RGB value is (161,46,190). Sum of RGB (Red+Green+Blue) = 161+46+190=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #A12EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EBE is #5ED141. Grayscale: #606060. Windows color (decimal): -6213954 or 12463777. OLE color: 12463777.

HSL color Cylindrical-coordinate representation of color #A12EBE: hue angle of 287.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12EBE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16146190-
CMYK0.150.7600.25
HSL287.92º61.02%46.27%-
HSV(B)287.92º75.79%74.51%-
XYZ24.9713.2549.96-
YUV96.8180.6173.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=40.55%
G=11.59%
B=47.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161461900.150.7600.25287.9261.0246.27
HexA12EBEF4C0191203d2e
Octal24156276171140314407556
Binary101000011011101011111011111001100011001100100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EBE; }

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

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

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

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

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

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

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

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