#AB40AB

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

Shades of Violet Blue #AB40AB

Tints of Violet Blue #AB40AB

Color information

#AB40AB (or 0xAB40AB) is unknown color: approx Violet Blue. HEX triplet: AB, 40 and AB. RGB value is (171,64,171). Sum of RGB (Red+Green+Blue) = 171+64+171=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 64 (25.39% from 255 or 15.76% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB40AB is #54BF54. Grayscale: #6B6B6B. Windows color (decimal): -5554005 or 11223211. OLE color: 11223211.

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

Color convert

RGB17164171-
CMYK00.6300.33
HSL300º45.53%46.08%-
HSV(B)300º62.57%67.06%-
XYZ25.9815.2640.11-
YUV108.19163.45172.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 64 (25.39% from 255) = 15.76%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=42.12%
G=15.76%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1716417100.6300.3330045.5346.08
HexAB40AB03F02112c2e2e
Octal2531002530770414545656
Binary1010101110000001010101101111110100001100101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB40AB; }

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

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

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

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

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

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

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

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