#AB5893

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

Shades of Violet Blue #AB5893

Tints of Violet Blue #AB5893

Color information

#AB5893 (or 0xAB5893) is unknown color: approx Violet Blue. HEX triplet: AB, 58 and 93. RGB value is (171,88,147). Sum of RGB (Red+Green+Blue) = 171+88+147=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB5893 is #54A76C. Grayscale: #777777. Windows color (decimal): -5547885 or 9656491. OLE color: 9656491.

HSL color Cylindrical-coordinate representation of color #AB5893: hue angle of 317.35º 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 #AB5893 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17188147-
CMYK00.490.140.33
HSL317.35º33.07%50.78%-
HSV(B)317.35º48.54%67.06%-
XYZ25.5517.7429.68-
YUV119.54143.5164.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.12%
GREEN value IS 88 (34.77% from 255) = 21.67%
BLUE value IS 147 (57.81% from 255) = 36.21%
R=42.12%
G=21.67%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718814700.490.140.33317.3533.0750.78
HexAB5893031E2113d2133
Octal25313022306116414754163
Binary1010101110110001001001101100011110100001100111101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5893; }

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

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

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

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

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

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

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

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