#AB529A

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

Shades of Violet Blue #AB529A

Tints of Violet Blue #AB529A

Color information

#AB529A (or 0xAB529A) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and 9A. RGB value is (171,82,154). Sum of RGB (Red+Green+Blue) = 171+82+154=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB529A is #54AD65. Grayscale: #747474. Windows color (decimal): -5549414 or 10113707. OLE color: 10113707.

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

Color convert

RGB17182154-
CMYK00.520.100.33
HSL311.46º35.18%49.61%-
HSV(B)311.46º52.05%67.06%-
XYZ25.6417.0332.51-
YUV116.82148.99166.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 82 (32.42% from 255) = 20.15%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=42.01%
G=20.15%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718215400.520.100.33311.4635.1849.61
HexAB529A034A211372332
Octal25312223206412414674362
Binary1010101110100101001101001101001010100001100110111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB529A; }

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

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

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

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

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

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

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

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