#AB77AE

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

Shades of Violet Blue #AB77AE

Tints of Violet Blue #AB77AE

Color information

#AB77AE (or 0xAB77AE) is unknown color: approx Violet Blue. HEX triplet: AB, 77 and AE. RGB value is (171,119,174). Sum of RGB (Red+Green+Blue) = 171+119+174=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB77AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AE is #548851. Grayscale: #8C8C8C. Windows color (decimal): -5539922 or 11433899. OLE color: 11433899.

HSL color Cylindrical-coordinate representation of color #AB77AE: hue angle of 296.73º degrees, saturation: 0.25, 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 #AB77AE is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171119174-
CMYK0.020.3200.32
HSL296.73º25.35%57.45%-
HSV(B)296.73º31.61%68.24%-
XYZ31.0324.9143.22-
YUV140.82146.73149.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 119 (46.88% from 255) = 25.65%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=36.85%
G=25.65%
B=37.5%

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
Decimal1711191740.020.3200.32296.7325.3557.45
HexAB77AE2200201291939
Octal2531672562400404513171
Binary1010101111101111010111010100000010000010010100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB77AE; }

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

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

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

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

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

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

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

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