#AB76AF

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

Shades of Violet Blue #AB76AF

Tints of Violet Blue #AB76AF

Color information

#AB76AF (or 0xAB76AF) is unknown color: approx Violet Blue. HEX triplet: AB, 76 and AF. RGB value is (171,118,175). Sum of RGB (Red+Green+Blue) = 171+118+175=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB76AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AF is #548950. Grayscale: #8C8C8C. Windows color (decimal): -5540177 or 11499179. OLE color: 11499179.

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

Color convert

RGB171118175-
CMYK0.020.3300.31
HSL295.79º26.27%57.45%-
HSV(B)295.79º32.57%68.63%-
XYZ31.0124.7143.69-
YUV140.34147.56149.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 118 (46.48% from 255) = 25.43%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=36.85%
G=25.43%
B=37.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711181750.020.3300.31295.7926.2757.45
HexAB76AF22101F1281a39
Octal2531662572410374503271
Binary101010111110110101011111010000101111110010100011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76AF; }

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

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

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

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

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

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

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

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