#AB76B1

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

Shades of Violet Blue #AB76B1

Tints of Violet Blue #AB76B1

Color information

#AB76B1 (or 0xAB76B1) is unknown color: approx Violet Blue. HEX triplet: AB, 76 and B1. RGB value is (171,118,177). Sum of RGB (Red+Green+Blue) = 171+118+177=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB76B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76B1 is #54894E. Grayscale: #8C8C8C. Windows color (decimal): -5540175 or 11630251. OLE color: 11630251.

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

Color convert

RGB171118177-
CMYK0.030.3300.31
HSL293.9º27.44%57.84%-
HSV(B)293.9º33.33%69.41%-
XYZ31.2124.7944.73-
YUV140.57148.56149.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 118 (46.48% from 255) = 25.32%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=36.70%
G=25.32%
B=37.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711181770.030.3300.31293.927.4457.84
HexAB76B132101F1261b3a
Octal2531662613410374463372
Binary101010111110110101100011110000101111110010011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76B1; }

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

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

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

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

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

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

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

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