#AB52AA

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

Shades of Violet Blue #AB52AA

Tints of Violet Blue #AB52AA

Color information

#AB52AA (or 0xAB52AA) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and AA. RGB value is (171,82,170). Sum of RGB (Red+Green+Blue) = 171+82+170=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB52AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52AA is #54AD55. Grayscale: #767676. Windows color (decimal): -5549398 or 11162283. OLE color: 11162283.

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

Color convert

RGB17182170-
CMYK00.520.010.33
HSL300.67º35.18%49.61%-
HSV(B)300.67º52.05%67.06%-
XYZ27.0717.5940-
YUV118.64156.99165.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=40.43%
G=19.39%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718217000.520.010.33300.6735.1849.61
HexAB52AA03412112d2332
Octal2531222520641414554362
Binary1010101110100101010101001101001100001100101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52AA; }

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

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

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

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

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

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

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

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