#AB5AA4

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

Shades of Violet Blue #AB5AA4

Tints of Violet Blue #AB5AA4

Color information

#AB5AA4 (or 0xAB5AA4) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and A4. RGB value is (171,90,164). Sum of RGB (Red+Green+Blue) = 171+90+164=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5AA4 is #54A55B. Grayscale: #7A7A7A. Windows color (decimal): -5547356 or 10771115. OLE color: 10771115.

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

Color convert

RGB17190164-
CMYK00.470.040.33
HSL305.19º32.53%51.18%-
HSV(B)305.19º47.37%67.06%-
XYZ27.1518.6537.29-
YUV122.66151.34162.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=40.24%
G=21.18%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719016400.470.040.33305.1932.5351.18
HexAB5AA402F4211312133
Octal2531322440574414614163
Binary101010111011010101001000101111100100001100110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5AA4; }

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

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

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

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

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

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

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

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