#AB5AA2

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

Shades of Violet Blue #AB5AA2

Tints of Violet Blue #AB5AA2

Color information

#AB5AA2 (or 0xAB5AA2) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and A2. RGB value is (171,90,162). Sum of RGB (Red+Green+Blue) = 171+90+162=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 162 (63.67% from 255 or 38.30% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5AA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AA2 is #54A55D. Grayscale: #7A7A7A. Windows color (decimal): -5547358 or 10640043. OLE color: 10640043.

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

Color convert

RGB17190162-
CMYK00.470.050.33
HSL306.67º32.53%51.18%-
HSV(B)306.67º47.37%67.06%-
XYZ26.9718.5836.35-
YUV122.43150.34162.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 90 (35.55% from 255) = 21.28%
BLUE value IS 162 (63.67% from 255) = 38.30%
R=40.43%
G=21.28%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719016200.470.050.33306.6732.5351.18
HexAB5AA202F5211332133
Octal2531322420575414634163
Binary101010111011010101000100101111101100001100110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AA2; }

 p { color: rgb(171,90,162); }

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

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

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

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

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

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

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