#AB44AC

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

Shades of Violet Blue #AB44AC

Tints of Violet Blue #AB44AC

Color information

#AB44AC (or 0xAB44AC) is unknown color: approx Violet Blue. HEX triplet: AB, 44 and AC. RGB value is (171,68,172). Sum of RGB (Red+Green+Blue) = 171+68+172=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB44AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44AC is #54BB53. Grayscale: #6E6E6E. Windows color (decimal): -5552980 or 11289771. OLE color: 11289771.

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

Color convert

RGB17168172-
CMYK0.010.6000.33
HSL299.42º43.33%47.06%-
HSV(B)299.42º60.47%67.45%-
XYZ26.3115.7740.69-
YUV110.65162.62171.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 172 (67.58% from 255) = 41.85%
R=41.61%
G=16.55%
B=41.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171681720.010.6000.33299.4243.3347.06
HexAB44AC13C02112b2b2f
Octal2531042541740414535357
Binary1010101110001001010110011111000100001100101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB44AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB44AC; }

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

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

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

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

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

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

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

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