#AB51A0

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

Shades of Violet Blue #AB51A0

Tints of Violet Blue #AB51A0

Color information

#AB51A0 (or 0xAB51A0) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and A0. RGB value is (171,81,160). Sum of RGB (Red+Green+Blue) = 171+81+160=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB51A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB51A0 is #54AE5F. Grayscale: #747474. Windows color (decimal): -5549664 or 10506667. OLE color: 10506667.

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

Color convert

RGB17181160-
CMYK00.530.060.33
HSL307.33º35.71%49.41%-
HSV(B)307.33º52.63%67.06%-
XYZ26.0817.0835.18-
YUV116.92152.32166.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.50%
GREEN value IS 81 (32.03% from 255) = 19.66%
BLUE value IS 160 (62.89% from 255) = 38.83%
R=41.50%
G=19.66%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718116000.530.060.33307.3335.7149.41
HexAB51A00356211332431
Octal2531212400656414634461
Binary101010111010001101000000110101110100001100110011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB51A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB51A0; }

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

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

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

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

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

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

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

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