#AB489E

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

Shades of Violet Blue #AB489E

Tints of Violet Blue #AB489E

Color information

#AB489E (or 0xAB489E) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and 9E. RGB value is (171,72,158). Sum of RGB (Red+Green+Blue) = 171+72+158=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489E is #54B761. Grayscale: #6F6F6F. Windows color (decimal): -5551970 or 10373291. OLE color: 10373291.

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

Color convert

RGB17172158-
CMYK00.580.080.33
HSL307.88º40.74%47.65%-
HSV(B)307.88º57.89%67.06%-
XYZ25.2815.7634.06-
YUV111.4154.3170.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=42.64%
G=17.96%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717215800.580.080.33307.8840.7447.65
HexAB489E03A8211342930
Octal25311023607210414645160
Binary1010101110010001001111001110101000100001100110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB489E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB489E; }

 p { color: rgb(171,72,158); }

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

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

 a { background-color: rgb(171,72,158); }

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

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

 span { border-color: rgb(171,72,158); }

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