#AB12BB

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

Shades of Dark Violet #AB12BB

Tints of Dark Violet #AB12BB

Color information

#AB12BB (or 0xAB12BB) is unknown color: approx Dark Violet. HEX triplet: AB, 12 and BB. RGB value is (171,18,187). Sum of RGB (Red+Green+Blue) = 171+18+187=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB12BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12BB is #54ED44. Grayscale: #525252. Windows color (decimal): -5565765 or 12260011. OLE color: 12260011.

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

Color convert

RGB17118187-
CMYK0.090.9000.27
HSL294.32º82.44%40.2%-
HSV(B)294.32º90.37%73.33%-
XYZ25.9812.6848.09-
YUV83.01186.69190.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.48%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=45.48%
G=4.79%
B=49.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171181870.090.9000.27294.3282.4440.2
HexAB12BB95A01B1265228
Octal253222731113203344612250
Binary101010111001010111011100110110100110111001001101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12BB; }

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

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

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

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

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

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

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

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