#AB52AF

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

Shades of Violet Blue #AB52AF

Tints of Violet Blue #AB52AF

Color information

#AB52AF (or 0xAB52AF) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and AF. RGB value is (171,82,175). Sum of RGB (Red+Green+Blue) = 171+82+175=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB52AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52AF is #54AD50. Grayscale: #767676. Windows color (decimal): -5549393 or 11489963. OLE color: 11489963.

HSL color Cylindrical-coordinate representation of color #AB52AF: hue angle of 297.42º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB52AF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17182175-
CMYK0.020.5300.31
HSL297.42º36.76%50.39%-
HSV(B)297.42º53.14%68.63%-
XYZ27.5517.7942.54-
YUV119.21159.49164.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.95%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=39.95%
G=19.16%
B=40.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171821750.020.5300.31297.4236.7650.39
HexAB52AF23501F1292532
Octal2531222572650374514562
Binary1010101110100101010111110110101011111100101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52AF; }

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

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

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

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

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

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

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

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