#AB5A94

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

Shades of Violet Blue #AB5A94

Tints of Violet Blue #AB5A94

Color information

#AB5A94 (or 0xAB5A94) is unknown color: approx Violet Blue. HEX triplet: AB, 5A and 94. RGB value is (171,90,148). Sum of RGB (Red+Green+Blue) = 171+90+148=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 148 (58.20% from 255 or 36.19% from 409); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5A94 is #54A56B. Grayscale: #787878. Windows color (decimal): -5547372 or 9722539. OLE color: 9722539.

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

Color convert

RGB17190148-
CMYK00.470.130.33
HSL317.04º32.53%51.18%-
HSV(B)317.04º47.37%67.06%-
XYZ25.818.1130.15-
YUV120.83143.34163.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.81%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 148 (58.20% from 255) = 36.19%
R=41.81%
G=22.00%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1719014800.470.130.33317.0432.5351.18
HexAB5A9402FD2113d2133
Octal25313222405715414754163
Binary1010101110110101001010001011111101100001100111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A94; }

 p { color: rgb(171,90,148); }

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

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

 a { background-color: rgb(171,90,148); }

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

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

 span { border-color: rgb(171,90,148); }

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