#AB4AA1

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

Shades of Violet Blue #AB4AA1

Tints of Violet Blue #AB4AA1

Color information

#AB4AA1 (or 0xAB4AA1) is unknown color: approx Violet Blue. HEX triplet: AB, 4A and A1. RGB value is (171,74,161). Sum of RGB (Red+Green+Blue) = 171+74+161=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 74 (29.30% from 255 or 18.23% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4AA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4AA1 is #54B55E. Grayscale: #707070. Windows color (decimal): -5551455 or 10570411. OLE color: 10570411.

HSL color Cylindrical-coordinate representation of color #AB4AA1: hue angle of 306.19º 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 #AB4AA1 is Cyan = 0, Magento = 0.57, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17174161-
CMYK00.570.060.33
HSL306.19º39.59%48.04%-
HSV(B)306.19º56.73%67.06%-
XYZ25.6816.1335.48-
YUV112.92155.14169.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 74 (29.30% from 255) = 18.23%
BLUE value IS 161 (63.28% from 255) = 39.66%
R=42.12%
G=18.23%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717416100.570.060.33306.1939.5948.04
HexAB4AA10396211322830
Octal2531122410716414625060
Binary101010111001010101000010111001110100001100110010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4AA1; }

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

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

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

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

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

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

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

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