#AB57A5

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

Shades of Violet Blue #AB57A5

Tints of Violet Blue #AB57A5

Color information

#AB57A5 (or 0xAB57A5) is unknown color: approx Violet Blue. HEX triplet: AB, 57 and A5. RGB value is (171,87,165). Sum of RGB (Red+Green+Blue) = 171+87+165=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 171 - color contains mainly: red. Hex color #AB57A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57A5 is #54A85A. Grayscale: #787878. Windows color (decimal): -5548123 or 10835883. OLE color: 10835883.

HSL color Cylindrical-coordinate representation of color #AB57A5: hue angle of 304.29º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB57A5 is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB17187165-
CMYK00.490.040.33
HSL304.29º33.33%50.59%-
HSV(B)304.29º49.12%67.06%-
XYZ26.9918.1937.69-
YUV121.01152.83163.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 165 (64.84% from 255) = 39.01%
R=40.43%
G=20.57%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718716500.490.040.33304.2933.3350.59
HexAB57A50314211302133
Octal2531272450614414604163
Binary101010111010111101001010110001100100001100110000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57A5; }

 p { color: rgb(171,87,165); }

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

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

 a { background-color: rgb(171,87,165); }

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

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

 span { border-color: rgb(171,87,165); }

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