#AB12C1

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

Shades of Dark Violet #AB12C1

Tints of Dark Violet #AB12C1

Color information

#AB12C1 (or 0xAB12C1) is unknown color: approx Dark Violet. HEX triplet: AB, 12 and C1. RGB value is (171,18,193). Sum of RGB (Red+Green+Blue) = 171+18+193=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 193 (75.78% from 255 or 50.52% from 382); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB12C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB12C1 is #54ED3E. Grayscale: #535353. Windows color (decimal): -5565759 or 12653227. OLE color: 12653227.

HSL color Cylindrical-coordinate representation of color #AB12C1: hue angle of 292.46º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB12C1 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17118193-
CMYK0.110.9100.24
HSL292.46º82.94%41.37%-
HSV(B)292.46º90.67%75.69%-
XYZ26.6412.9451.55-
YUV83.7189.69190.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 18 (7.42% from 255) = 4.71%
BLUE value IS 193 (75.78% from 255) = 50.52%
R=44.76%
G=4.71%
B=50.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171181930.110.9100.24292.4682.9441.37
HexAB12C1B5B0181245329
Octal253223011313303044412351
Binary101010111001011000001101110110110110001001001001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB12C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB12C1; }

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

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

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

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

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

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

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

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