#AB77AD

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

Shades of Violet Blue #AB77AD

Tints of Violet Blue #AB77AD

Color information

#AB77AD (or 0xAB77AD) is unknown color: approx Violet Blue. HEX triplet: AB, 77 and AD. RGB value is (171,119,173). Sum of RGB (Red+Green+Blue) = 171+119+173=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB77AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB77AD is #548852. Grayscale: #8C8C8C. Windows color (decimal): -5539923 or 11368363. OLE color: 11368363.

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

Color convert

RGB171119173-
CMYK0.010.3100.32
HSL297.78º24.77%57.25%-
HSV(B)297.78º31.21%67.84%-
XYZ30.9324.8742.7-
YUV140.7146.23149.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.93%
GREEN value IS 119 (46.88% from 255) = 25.70%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=36.93%
G=25.70%
B=37.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711191730.010.3100.32297.7824.7757.25
HexAB77AD11F02012a1939
Octal2531672551370404523171
Binary10101011111011110101101111111010000010010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB77AD; }

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

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

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

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

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

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

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

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