#AB5992

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

Shades of Violet Blue #AB5992

Tints of Violet Blue #AB5992

Color information

#AB5992 (or 0xAB5992) is unknown color: approx Violet Blue. HEX triplet: AB, 59 and 92. RGB value is (171,89,146). Sum of RGB (Red+Green+Blue) = 171+89+146=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5992 is #54A66D. Grayscale: #777777. Windows color (decimal): -5547630 or 9591211. OLE color: 9591211.

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

Color convert

RGB17189146-
CMYK00.480.150.33
HSL318.29º32.8%50.98%-
HSV(B)318.29º47.95%67.06%-
XYZ25.5617.8829.3-
YUV120.02142.67164.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=42.12%
G=21.92%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718914600.480.150.33318.2932.850.98
HexAB5992030F2113e2133
Octal25313122206017414764163
Binary1010101110110011001001001100001111100001100111110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5992; }

 p { color: rgb(171,89,146); }

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

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

 a { background-color: rgb(171,89,146); }

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

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

 span { border-color: rgb(171,89,146); }

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