#AB49AC

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

Shades of Violet Blue #AB49AC

Tints of Violet Blue #AB49AC

Color information

#AB49AC (or 0xAB49AC) is unknown color: approx Violet Blue. HEX triplet: AB, 49 and AC. RGB value is (171,73,172). Sum of RGB (Red+Green+Blue) = 171+73+172=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49AC is #54B653. Grayscale: #717171. Windows color (decimal): -5551700 or 11291051. OLE color: 11291051.

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

Color convert

RGB17173172-
CMYK0.010.5800.33
HSL299.39º40.41%48.04%-
HSV(B)299.39º57.56%67.45%-
XYZ26.6216.440.79-
YUV113.59160.97168.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 172 (67.58% from 255) = 41.35%
R=41.11%
G=17.55%
B=41.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171731720.010.5800.33299.3940.4148.04
HexAB49AC13A02112b2830
Octal2531112541720414535060
Binary1010101110010011010110011110100100001100101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49AC; }

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

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

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

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

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

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

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

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