#AB559A

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

Shades of Violet Blue #AB559A

Tints of Violet Blue #AB559A

Color information

#AB559A (or 0xAB559A) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and 9A. RGB value is (171,85,154). Sum of RGB (Red+Green+Blue) = 171+85+154=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB559A is #54AA65. Grayscale: #767676. Windows color (decimal): -5548646 or 10114475. OLE color: 10114475.

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

Color convert

RGB17185154-
CMYK00.500.100.33
HSL311.86º33.86%50.2%-
HSV(B)311.86º50.29%67.06%-
XYZ25.8817.4932.58-
YUV118.58147.99165.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.71%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 154 (60.55% from 255) = 37.56%
R=41.71%
G=20.73%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718515400.500.100.33311.8633.8650.2
HexAB559A032A211382232
Octal25312523206212414704262
Binary1010101110101011001101001100101010100001100111000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB559A; }

 p { color: rgb(171,85,154); }

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

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

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

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

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

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

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