#AB76AE

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

Shades of Violet Blue #AB76AE

Tints of Violet Blue #AB76AE

Color information

#AB76AE (or 0xAB76AE) is unknown color: approx Violet Blue. HEX triplet: AB, 76 and AE. RGB value is (171,118,174). Sum of RGB (Red+Green+Blue) = 171+118+174=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB76AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB76AE is #548951. Grayscale: #8C8C8C. Windows color (decimal): -5540178 or 11433643. OLE color: 11433643.

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

Color convert

RGB171118174-
CMYK0.020.3200.32
HSL296.79º25.69%57.25%-
HSV(B)296.79º32.18%68.24%-
XYZ30.9124.6743.18-
YUV140.23147.06149.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 118 (46.48% from 255) = 25.49%
BLUE value IS 174 (68.36% from 255) = 37.58%
R=36.93%
G=25.49%
B=37.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711181740.020.3200.32296.7925.6957.25
HexAB76AE2200201291a39
Octal2531662562400404513271
Binary1010101111101101010111010100000010000010010100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB76AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB76AE; }

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

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

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

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

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

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

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

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