#AB5195

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

Shades of Violet Blue #AB5195

Tints of Violet Blue #AB5195

Color information

#AB5195 (or 0xAB5195) is unknown color: approx Violet Blue. HEX triplet: AB, 51 and 95. RGB value is (171,81,149). Sum of RGB (Red+Green+Blue) = 171+81+149=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5195 is #54AE6A. Grayscale: #737373. Windows color (decimal): -5549675 or 9785771. OLE color: 9785771.

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

Color convert

RGB17181149-
CMYK00.530.130.33
HSL314.67º35.71%49.41%-
HSV(B)314.67º52.63%67.06%-
XYZ25.1616.7130.33-
YUV115.66146.82167.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 81 (32.03% from 255) = 20.20%
BLUE value IS 149 (58.59% from 255) = 37.16%
R=42.64%
G=20.20%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718114900.530.130.33314.6735.7149.41
HexAB5195035D2113b2431
Octal25312122506515414734461
Binary1010101110100011001010101101011101100001100111011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5195; }

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

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

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

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

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

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

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

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