#A012BA

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

Shades of Dark Violet #A012BA

Tints of Dark Violet #A012BA

Color information

#A012BA (or 0xA012BA) is unknown color: approx Dark Violet. HEX triplet: A0, 12 and BA. RGB value is (160,18,186). Sum of RGB (Red+Green+Blue) = 160+18+186=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 18 (7.42% from 255 or 4.95% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #A012BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A012BA is #5FED45. Grayscale: #4F4F4F. Windows color (decimal): -6286662 or 12194464. OLE color: 12194464.

HSL color Cylindrical-coordinate representation of color #A012BA: hue angle of 290.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A012BA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16018186-
CMYK0.140.9000.27
HSL290.71º82.35%40%-
HSV(B)290.71º90.32%72.94%-
XYZ23.5811.4547.42-
YUV79.61188.04185.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 18 (7.42% from 255) = 4.95%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=43.96%
G=4.95%
B=51.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160181860.140.9000.27290.7182.3540
HexA012BAE5A01B1235228
Octal240222721613203344312250
Binary101000001001010111010111010110100110111001000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A012BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A012BA; }

 p { color: rgb(160,18,186); }

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

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

 a { background-color: rgb(160,18,186); }

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

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

 span { border-color: rgb(160,18,186); }

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