#AB73AC

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

Shades of Violet Blue #AB73AC

Tints of Violet Blue #AB73AC

Color information

#AB73AC (or 0xAB73AC) is unknown color: approx Violet Blue. HEX triplet: AB, 73 and AC. RGB value is (171,115,172). Sum of RGB (Red+Green+Blue) = 171+115+172=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB73AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB73AC is #548C53. Grayscale: #8A8A8A. Windows color (decimal): -5540948 or 11301803. OLE color: 11301803.

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

Color convert

RGB171115172-
CMYK0.010.3300.33
HSL298.95º25.56%56.27%-
HSV(B)298.95º33.14%67.45%-
XYZ30.3723.942.04-
YUV138.24147.05151.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.34%
GREEN value IS 115 (45.31% from 255) = 25.11%
BLUE value IS 172 (67.58% from 255) = 37.55%
R=37.34%
G=25.11%
B=37.55%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711151720.010.3300.33298.9525.5656.27
HexAB73AC12102112b1a38
Octal2531632541410414533270
Binary101010111110011101011001100001010000110010101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB73AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB73AC; }

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

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

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

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

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

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

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

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