#AB589C

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

Shades of Violet Blue #AB589C

Tints of Violet Blue #AB589C

Color information

#AB589C (or 0xAB589C) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and 9C. RGB value is (171,88,156). Sum of RGB (Red+Green+Blue) = 171+88+156=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB589C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB589C is #54A763. Grayscale: #787878. Windows color (decimal): -5547876 or 10246315. OLE color: 10246315.

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

Color convert

RGB17188156-
CMYK00.490.090.33
HSL310.84º33.07%50.78%-
HSV(B)310.84º48.54%67.06%-
XYZ26.2918.0433.55-
YUV120.57148163.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.20%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=41.20%
G=21.20%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718815600.490.090.33310.8433.0750.78
HexAB589C0319211372133
Octal25313023406111414674163
Binary1010101110110001001110001100011001100001100110111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB589C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB589C; }

 p { color: rgb(171,88,156); }

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

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

 a { background-color: rgb(171,88,156); }

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

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

 span { border-color: rgb(171,88,156); }

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