#AB42AB

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

Shades of Violet Blue #AB42AB

Tints of Violet Blue #AB42AB

Color information

#AB42AB (or 0xAB42AB) is unknown color: approx Violet Blue. HEX triplet: AB, 42 and AB. RGB value is (171,66,171). Sum of RGB (Red+Green+Blue) = 171+66+171=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB42AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB42AB is #54BD54. Grayscale: #6D6D6D. Windows color (decimal): -5553493 or 11223723. OLE color: 11223723.

HSL color Cylindrical-coordinate representation of color #AB42AB: hue angle of 300º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB42AB is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17166171-
CMYK00.6100.33
HSL300º44.3%46.47%-
HSV(B)300º61.4%67.06%-
XYZ26.0915.4940.14-
YUV109.36162.79171.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 171 (67.19% from 255) = 41.91%
R=41.91%
G=16.18%
B=41.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716617100.6100.3330044.346.47
HexAB42AB03D02112c2c2e
Octal2531022530750414545456
Binary1010101110000101010101101111010100001100101100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB42AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB42AB; }

 p { color: rgb(171,66,171); }

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

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

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

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

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

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

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