#AB5593

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

Shades of Violet Blue #AB5593

Tints of Violet Blue #AB5593

Color information

#AB5593 (or 0xAB5593) is unknown color: approx Violet Blue. HEX triplet: AB, 55 and 93. RGB value is (171,85,147). Sum of RGB (Red+Green+Blue) = 171+85+147=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 147 (57.81% from 255 or 36.48% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5593 is #54AA6C. Grayscale: #757575. Windows color (decimal): -5548653 or 9655723. OLE color: 9655723.

HSL color Cylindrical-coordinate representation of color #AB5593: hue angle of 316.74º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5593 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17185147-
CMYK00.500.140.33
HSL316.74º33.86%50.2%-
HSV(B)316.74º50.29%67.06%-
XYZ25.3117.2629.6-
YUV117.78144.49165.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.43%
GREEN value IS 85 (33.59% from 255) = 21.09%
BLUE value IS 147 (57.81% from 255) = 36.48%
R=42.43%
G=21.09%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718514700.500.140.33316.7433.8650.2
HexAB5593032E2113d2232
Octal25312522306216414754262
Binary1010101110101011001001101100101110100001100111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5593; }

 p { color: rgb(171,85,147); }

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

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

 a { background-color: rgb(171,85,147); }

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

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

 span { border-color: rgb(171,85,147); }

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