#A112BA

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

Shades of Dark Violet #A112BA

Tints of Dark Violet #A112BA

Color information

#A112BA (or 0xA112BA) is unknown color: approx Dark Violet. HEX triplet: A1, 12 and BA. RGB value is (161,18,186). Sum of RGB (Red+Green+Blue) = 161+18+186=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #A112BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A112BA is #5EED45. Grayscale: #4F4F4F. Windows color (decimal): -6221126 or 12194465. OLE color: 12194465.

HSL color Cylindrical-coordinate representation of color #A112BA: hue angle of 291.07º 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 #A112BA is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16118186-
CMYK0.130.9000.27
HSL291.07º82.35%40%-
HSV(B)291.07º90.32%72.94%-
XYZ23.7811.5547.43-
YUV79.91187.88185.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 18 (7.42% from 255) = 4.93%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=44.11%
G=4.93%
B=50.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161181860.130.9000.27291.0782.3540
HexA112BAD5A01B1235228
Octal241222721513203344312250
Binary101000011001010111010110110110100110111001000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A112BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A112BA; }

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

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

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

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

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

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

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

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