#AB519F

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

Shades of Violet Blue #AB519F

Tints of Violet Blue #AB519F

Color information

#AB519F (or 0xAB519F) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 9F. RGB value is (171,81,159). Sum of RGB (Red+Green+Blue) = 171+81+159=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB519F is #54AE60. Grayscale: #747474. Windows color (decimal): -5549665 or 10441131. OLE color: 10441131.

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

Color convert

RGB17181159-
CMYK00.530.070.33
HSL308º35.71%49.41%-
HSV(B)308º52.63%67.06%-
XYZ2617.0534.72-
YUV116.8151.82166.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.61%
GREEN value IS 81 (32.03% from 255) = 19.71%
BLUE value IS 159 (62.5% from 255) = 38.69%
R=41.61%
G=19.71%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718115900.530.070.3330835.7149.41
HexAB519F0357211342431
Octal2531212370657414644461
Binary101010111010001100111110110101111100001100110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB519F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB519F; }

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

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

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

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

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

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

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

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