#AB5795

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

Shades of Violet Blue #AB5795

Tints of Violet Blue #AB5795

Color information

#AB5795 (or 0xAB5795) is unknown color: approx Violet Blue. HEX triplet: AB, 57 and 95. RGB value is (171,87,149). Sum of RGB (Red+Green+Blue) = 171+87+149=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 87 (34.38% from 255 or 21.38% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5795 is #54A86A. Grayscale: #777777. Windows color (decimal): -5548139 or 9787307. OLE color: 9787307.

HSL color Cylindrical-coordinate representation of color #AB5795: hue angle of 315.71º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AB5795 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17187149-
CMYK00.490.130.33
HSL315.71º33.33%50.59%-
HSV(B)315.71º49.12%67.06%-
XYZ25.6317.6430.49-
YUV119.18144.83164.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 87 (34.38% from 255) = 21.38%
BLUE value IS 149 (58.59% from 255) = 36.61%
R=42.01%
G=21.38%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718714900.490.130.33315.7133.3350.59
HexAB5795031D2113c2133
Octal25312722506115414744163
Binary1010101110101111001010101100011101100001100111100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5795; }

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

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

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

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

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

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

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

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