#AB73AB

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

Shades of Violet Blue #AB73AB

Tints of Violet Blue #AB73AB

Color information

#AB73AB (or 0xAB73AB) is unknown color: approx Violet Blue. HEX triplet: AB, 73 and AB. RGB value is (171,115,171). Sum of RGB (Red+Green+Blue) = 171+115+171=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB73AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AB is #548C54. Grayscale: #898989. Windows color (decimal): -5540949 or 11236267. OLE color: 11236267.

HSL color Cylindrical-coordinate representation of color #AB73AB: hue angle of 300º 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 #AB73AB is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB171115171-
CMYK00.3300.33
HSL300º25%56.08%-
HSV(B)300º32.75%67.06%-
XYZ30.2823.8641.54-
YUV138.13146.55151.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 115 (45.31% from 255) = 25.16%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=37.42%
G=25.16%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17111517100.3300.333002556.08
HexAB73AB02102112c1938
Octal2531632530410414543170
Binary101010111110011101010110100001010000110010110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73AB; }

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

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

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

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

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

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

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

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