#AB52B1

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

Shades of Violet Blue #AB52B1

Tints of Violet Blue #AB52B1

Color information

#AB52B1 (or 0xAB52B1) is unknown color: approx Violet Blue. HEX triplet: AB, 52 and B1. RGB value is (171,82,177). Sum of RGB (Red+Green+Blue) = 171+82+177=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB52B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB52B1 is #54AD4E. Grayscale: #777777. Windows color (decimal): -5549391 or 11621035. OLE color: 11621035.

HSL color Cylindrical-coordinate representation of color #AB52B1: hue angle of 296.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB52B1 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17182177-
CMYK0.030.5400.31
HSL296.21º37.85%50.78%-
HSV(B)296.21º53.67%69.41%-
XYZ27.7517.8743.58-
YUV119.44160.49164.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=39.77%
G=19.07%
B=41.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171821770.030.5400.31296.2137.8550.78
HexAB52B133601F1282633
Octal2531222613660374504663
Binary1010101110100101011000111110110011111100101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB52B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB52B1; }

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

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

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

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

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

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

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

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