#AB559B

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

Shades of Violet Blue #AB559B

Tints of Violet Blue #AB559B

Color information

#AB559B (or 0xAB559B) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and 9B. RGB value is (171,85,155). Sum of RGB (Red+Green+Blue) = 171+85+155=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB559B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB559B is #54AA64. Grayscale: #767676. Windows color (decimal): -5548645 or 10180011. OLE color: 10180011.

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

Color convert

RGB17185155-
CMYK00.500.090.33
HSL311.16º33.86%50.2%-
HSV(B)311.16º50.29%67.06%-
XYZ25.9617.5233.02-
YUV118.69148.49165.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 85 (33.59% from 255) = 20.68%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=41.61%
G=20.68%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718515500.500.090.33311.1633.8650.2
HexAB559B0329211372232
Octal25312523306211414674262
Binary1010101110101011001101101100101001100001100110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB559B; }

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

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

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

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

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

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

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

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