#AB519A

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

Shades of Violet Blue #AB519A

Tints of Violet Blue #AB519A

Color information

#AB519A (or 0xAB519A) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 9A. RGB value is (171,81,154). Sum of RGB (Red+Green+Blue) = 171+81+154=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB519A is #54AE65. Grayscale: #747474. Windows color (decimal): -5549670 or 10113451. OLE color: 10113451.

HSL color Cylindrical-coordinate representation of color #AB519A: hue angle of 311.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 #AB519A is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17181154-
CMYK00.530.100.33
HSL311.33º35.71%49.41%-
HSV(B)311.33º52.63%67.06%-
XYZ25.5716.8832.48-
YUV116.23149.32167.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=42.12%
G=19.95%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718115400.530.100.33311.3335.7149.41
HexAB519A035A211372431
Octal25312123206512414674461
Binary1010101110100011001101001101011010100001100110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB519A; }

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

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

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

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

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

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

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

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