#AB52AC

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

Shades of Violet Blue #AB52AC

Tints of Violet Blue #AB52AC

Color information

#AB52AC (or 0xAB52AC) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and AC. RGB value is (171,82,172). Sum of RGB (Red+Green+Blue) = 171+82+172=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB52AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52AC is #54AD53. Grayscale: #767676. Windows color (decimal): -5549396 or 11293355. OLE color: 11293355.

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

Color convert

RGB17182172-
CMYK0.010.5200.33
HSL299.33º35.43%49.8%-
HSV(B)299.33º52.33%67.45%-
XYZ27.2617.6741-
YUV118.87157.99165.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 172 (67.58% from 255) = 40.47%
R=40.24%
G=19.29%
B=40.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171821720.010.5200.33299.3335.4349.8
HexAB52AC13402112b2332
Octal2531222541640414534362
Binary1010101110100101010110011101000100001100101011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52AC; }

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

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

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

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

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

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

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

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