#AB12BA

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

Shades of Dark Violet #AB12BA

Tints of Dark Violet #AB12BA

Color information

#AB12BA (or 0xAB12BA) is unknown color: approx Dark Violet. HEX triplet: AB, 12 and BA. RGB value is (171,18,186). Sum of RGB (Red+Green+Blue) = 171+18+186=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB12BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BA is #54ED45. Grayscale: #525252. Windows color (decimal): -5565766 or 12194475. OLE color: 12194475.

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

Color convert

RGB17118186-
CMYK0.080.9000.27
HSL294.64º82.35%40%-
HSV(B)294.64º90.32%72.94%-
XYZ25.8712.6447.53-
YUV82.9186.19190.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 18 (7.42% from 255) = 4.8%
BLUE value IS 186 (73.05% from 255) = 49.6%
R=45.6%
G=4.8%
B=49.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171181860.080.9000.27294.6482.3540
HexAB12BA85A01B1275228
Octal253222721013203344712250
Binary101010111001010111010100010110100110111001001111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12BA; }

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

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

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

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

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

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

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

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