#AB52A4

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

Shades of Violet Blue #AB52A4

Tints of Violet Blue #AB52A4

Color information

#AB52A4 (or 0xAB52A4) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and A4. RGB value is (171,82,164). Sum of RGB (Red+Green+Blue) = 171+82+164=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB52A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52A4 is #54AD5B. Grayscale: #757575. Windows color (decimal): -5549404 or 10769067. OLE color: 10769067.

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

Color convert

RGB17182164-
CMYK00.520.040.33
HSL304.72º35.18%49.61%-
HSV(B)304.72º52.05%67.06%-
XYZ26.5117.3737.08-
YUV117.96153.99165.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 82 (32.42% from 255) = 19.66%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=41.01%
G=19.66%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718216400.520.040.33304.7235.1849.61
HexAB52A40344211312332
Octal2531222440644414614362
Binary101010111010010101001000110100100100001100110001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52A4; }

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

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

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

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

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

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

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

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