#AB77AA

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

Shades of Violet Blue #AB77AA

Tints of Violet Blue #AB77AA

Color information

#AB77AA (or 0xAB77AA) is unknown color: approx Violet Blue. HEX triplet: AB, 77 and AA. RGB value is (171,119,170). Sum of RGB (Red+Green+Blue) = 171+119+170=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 171 - color contains mainly: red. Hex color #AB77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AA is #548855. Grayscale: #8C8C8C. Windows color (decimal): -5539926 or 11171755. OLE color: 11171755.

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

Color convert

RGB171119170-
CMYK00.300.010.33
HSL301.15º23.64%56.86%-
HSV(B)301.15º30.41%67.06%-
XYZ30.6524.7541.19-
YUV140.36144.73149.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.17%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=37.17%
G=25.87%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111917000.300.010.33301.1523.6456.86
HexAB77AA01E12112d1839
Octal2531672520361414553071
Binary10101011111011110101010011110110000110010110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB77AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB77AA; }

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

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

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

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

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

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

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

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