#AB5196

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

Shades of Violet Blue #AB5196

Tints of Violet Blue #AB5196

Color information

#AB5196 (or 0xAB5196) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 96. RGB value is (171,81,150). Sum of RGB (Red+Green+Blue) = 171+81+150=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5196 is #54AE69. Grayscale: #737373. Windows color (decimal): -5549674 or 9851307. OLE color: 9851307.

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

Color convert

RGB17181150-
CMYK00.530.120.33
HSL314º35.71%49.41%-
HSV(B)314º52.63%67.06%-
XYZ25.2416.7430.76-
YUV115.78147.32167.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 81 (32.03% from 255) = 20.15%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=42.54%
G=20.15%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718115000.530.120.3331435.7149.41
HexAB5196035C2113a2431
Octal25312122606514414724461
Binary1010101110100011001011001101011100100001100111010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5196; }

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

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

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

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

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

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

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

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