#AB519B

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

Shades of Violet Blue #AB519B

Tints of Violet Blue #AB519B

Color information

#AB519B (or 0xAB519B) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 9B. RGB value is (171,81,155). Sum of RGB (Red+Green+Blue) = 171+81+155=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB519B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB519B is #54AE64. Grayscale: #747474. Windows color (decimal): -5549669 or 10178987. OLE color: 10178987.

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

Color convert

RGB17181155-
CMYK00.530.090.33
HSL310.67º35.71%49.41%-
HSV(B)310.67º52.63%67.06%-
XYZ25.6516.9132.92-
YUV116.35149.82166.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 81 (32.03% from 255) = 19.90%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=42.01%
G=19.90%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718115500.530.090.33310.6735.7149.41
HexAB519B0359211372431
Octal25312123306511414674461
Binary1010101110100011001101101101011001100001100110111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB519B; }

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

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

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

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

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

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

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

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