#AB76AC

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

Shades of Violet Blue #AB76AC

Tints of Violet Blue #AB76AC

Color information

#AB76AC (or 0xAB76AC) is unknown color: approx Violet Blue. HEX triplet: AB, 76 and AC. RGB value is (171,118,172). Sum of RGB (Red+Green+Blue) = 171+118+172=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AC is #548953. Grayscale: #8B8B8B. Windows color (decimal): -5540180 or 11302571. OLE color: 11302571.

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

Color convert

RGB171118172-
CMYK0.010.3100.33
HSL298.89º24.55%56.86%-
HSV(B)298.89º31.4%67.45%-
XYZ30.7224.5942.16-
YUV140146.06150.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.09%
GREEN value IS 118 (46.48% from 255) = 25.60%
BLUE value IS 172 (67.58% from 255) = 37.31%
R=37.09%
G=25.60%
B=37.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711181720.010.3100.33298.8924.5556.86
HexAB76AC11F02112b1939
Octal2531662541370414533171
Binary10101011111011010101100111111010000110010101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76AC; }

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

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

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

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

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

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

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

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