#AB76AB

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

Shades of Violet Blue #AB76AB

Tints of Violet Blue #AB76AB

Color information

#AB76AB (or 0xAB76AB) is unknown color: approx Violet Blue. HEX triplet: AB, 76 and AB. RGB value is (171,118,171). Sum of RGB (Red+Green+Blue) = 171+118+171=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB76AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AB is #548954. Grayscale: #8B8B8B. Windows color (decimal): -5540181 or 11237035. OLE color: 11237035.

HSL color Cylindrical-coordinate representation of color #AB76AB: hue angle of 300º degrees, saturation: 0.24, 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 #AB76AB is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171118171-
CMYK00.3100.33
HSL300º23.98%56.67%-
HSV(B)300º30.99%67.06%-
XYZ30.6224.5641.65-
YUV139.89145.56150.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 118 (46.48% from 255) = 25.65%
BLUE value IS 171 (67.19% from 255) = 37.17%
R=37.17%
G=25.65%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111817100.3100.3330023.9856.67
HexAB76AB01F02112c1839
Octal2531662530370414543071
Binary10101011111011010101011011111010000110010110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76AB; }

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

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

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

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

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

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

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

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