#AB51AC

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

Shades of Violet Blue #AB51AC

Tints of Violet Blue #AB51AC

Color information

#AB51AC (or 0xAB51AC) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and AC. RGB value is (171,81,172). Sum of RGB (Red+Green+Blue) = 171+81+172=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB51AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51AC is #54AE53. Grayscale: #767676. Windows color (decimal): -5549652 or 11293099. OLE color: 11293099.

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

Color convert

RGB17181172-
CMYK0.010.5300.33
HSL299.34º35.97%49.61%-
HSV(B)299.34º52.91%67.45%-
XYZ27.1817.5240.98-
YUV118.28158.32165.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.33%
GREEN value IS 81 (32.03% from 255) = 19.10%
BLUE value IS 172 (67.58% from 255) = 40.57%
R=40.33%
G=19.10%
B=40.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171811720.010.5300.33299.3435.9749.61
HexAB51AC13502112b2432
Octal2531212541650414534462
Binary1010101110100011010110011101010100001100101011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB51AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB51AC; }

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

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

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

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

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

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

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

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