#AB4AAB

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

Shades of Violet Blue #AB4AAB

Tints of Violet Blue #AB4AAB

Color information

#AB4AAB (or 0xAB4AAB) is unknown color: approx Violet Blue. HEX triplet: AB, 4A and AB. RGB value is (171,74,171). Sum of RGB (Red+Green+Blue) = 171+74+171=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB4AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AAB is #54B554. Grayscale: #717171. Windows color (decimal): -5551445 or 11225771. OLE color: 11225771.

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

Color convert

RGB17174171-
CMYK00.5700.33
HSL300º39.59%48.04%-
HSV(B)300º56.73%67.06%-
XYZ26.5916.540.31-
YUV114.06160.14168.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 74 (29.30% from 255) = 17.79%
BLUE value IS 171 (67.19% from 255) = 41.11%
R=41.11%
G=17.79%
B=41.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717417100.5700.3330039.5948.04
HexAB4AAB03902112c2830
Octal2531122530710414545060
Binary1010101110010101010101101110010100001100101100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AAB; }

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

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

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

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

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

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

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

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