#AB41AC

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

Shades of Violet Blue #AB41AC

Tints of Violet Blue #AB41AC

Color information

#AB41AC (or 0xAB41AC) is unknown color: approx Violet Blue. HEX triplet: AB, 41 and AC. RGB value is (171,65,172). Sum of RGB (Red+Green+Blue) = 171+65+172=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB41AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB41AC is #54BE53. Grayscale: #6C6C6C. Windows color (decimal): -5553748 or 11289003. OLE color: 11289003.

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

Color convert

RGB17165172-
CMYK0.010.6200.33
HSL299.44º45.15%46.47%-
HSV(B)299.44º62.21%67.45%-
XYZ26.1315.4240.63-
YUV108.89163.62172.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.91%
GREEN value IS 65 (25.78% from 255) = 15.93%
BLUE value IS 172 (67.58% from 255) = 42.16%
R=41.91%
G=15.93%
B=42.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171651720.010.6200.33299.4445.1546.47
HexAB41AC13E02112b2d2e
Octal2531012541760414535556
Binary1010101110000011010110011111100100001100101011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB41AC; }

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

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

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

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

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

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

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

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