#AB73AA

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

Shades of Violet Blue #AB73AA

Tints of Violet Blue #AB73AA

Color information

#AB73AA (or 0xAB73AA) is unknown color: approx Violet Blue. HEX triplet: AB, 73 and AA. RGB value is (171,115,170). Sum of RGB (Red+Green+Blue) = 171+115+170=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB73AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AA is #548C55. Grayscale: #898989. Windows color (decimal): -5540950 or 11170731. OLE color: 11170731.

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

Color convert

RGB171115170-
CMYK00.330.010.33
HSL301.07º25%56.08%-
HSV(B)301.07º32.75%67.06%-
XYZ30.1823.8241.04-
YUV138.01146.05151.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.5%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=37.5%
G=25.22%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111517000.330.010.33301.072556.08
HexAB73AA02112112d1938
Octal2531632520411414553170
Binary101010111110011101010100100001110000110010110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73AA; }

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

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

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

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

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

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

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

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