#AB57B1

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

Shades of Violet Blue #AB57B1

Tints of Violet Blue #AB57B1

Color information

#AB57B1 (or 0xAB57B1) is unknown color: approx Violet Blue. HEX triplet: AB, 57 and B1. RGB value is (171,87,177). Sum of RGB (Red+Green+Blue) = 171+87+177=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 177 (69.53% from 255 or 40.69% from 435); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB57B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB57B1 is #54A84E. Grayscale: #7A7A7A. Windows color (decimal): -5548111 or 11622315. OLE color: 11622315.

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

Color convert

RGB17187177-
CMYK0.030.5100.31
HSL296º36.59%51.76%-
HSV(B)296º50.85%69.41%-
XYZ28.1418.6543.71-
YUV122.38158.83162.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 87 (34.38% from 255) = 20%
BLUE value IS 177 (69.53% from 255) = 40.69%
R=39.31%
G=20%
B=40.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171871770.030.5100.3129636.5951.76
HexAB57B133301F1282534
Octal2531272613630374504564
Binary1010101110101111011000111110011011111100101000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB57B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB57B1; }

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

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

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

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

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

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

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

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