#AB579A

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

Shades of Violet Blue #AB579A

Tints of Violet Blue #AB579A

Color information

#AB579A (or 0xAB579A) is unknown color: approx Violet Blue. HEX triplet: AB, 57 and 9A. RGB value is (171,87,154). Sum of RGB (Red+Green+Blue) = 171+87+154=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB579A is #54A865. Grayscale: #777777. Windows color (decimal): -5548134 or 10114987. OLE color: 10114987.

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

Color convert

RGB17187154-
CMYK00.490.100.33
HSL312.14º33.33%50.59%-
HSV(B)312.14º49.12%67.06%-
XYZ26.0417.8132.64-
YUV119.75147.33164.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 87 (34.38% from 255) = 21.12%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=41.50%
G=21.12%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718715400.490.100.33312.1433.3350.59
HexAB579A031A211382133
Octal25312723206112414704163
Binary1010101110101111001101001100011010100001100111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB579A; }

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

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

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

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

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

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

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

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