#A12EBA

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

Shades of Dark Orchid #A12EBA

Tints of Dark Orchid #A12EBA

Color information

#A12EBA (or 0xA12EBA) is unknown color: approx Dark Orchid. HEX triplet: A1, 2E and BA. RGB value is (161,46,186). Sum of RGB (Red+Green+Blue) = 161+46+186=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #A12EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12EBA is #5ED145. Grayscale: #5F5F5F. Windows color (decimal): -6213958 or 12201633. OLE color: 12201633.

HSL color Cylindrical-coordinate representation of color #A12EBA: hue angle of 289.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12EBA is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16146186-
CMYK0.130.7500.27
HSL289.29º60.34%45.49%-
HSV(B)289.29º75.27%72.94%-
XYZ24.5413.0847.69-
YUV96.34178.6174.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.97%
GREEN value IS 46 (18.36% from 255) = 11.70%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=40.97%
G=11.70%
B=47.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161461860.130.7500.27289.2960.3445.49
HexA12EBAD4B01B1213c2d
Octal24156272151130334417455
Binary101000011011101011101011011001011011011100100001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12EBA; }

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

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

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

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

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

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

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

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