#AB489F

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

Shades of Violet Blue #AB489F

Tints of Violet Blue #AB489F

Color information

#AB489F (or 0xAB489F) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and 9F. RGB value is (171,72,159). Sum of RGB (Red+Green+Blue) = 171+72+159=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489F is #54B760. Grayscale: #6F6F6F. Windows color (decimal): -5551969 or 10438827. OLE color: 10438827.

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

Color convert

RGB17172159-
CMYK00.580.070.33
HSL307.27º40.74%47.65%-
HSV(B)307.27º57.89%67.06%-
XYZ25.3715.834.51-
YUV111.52154.8170.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.54%
GREEN value IS 72 (28.52% from 255) = 17.91%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=42.54%
G=17.91%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717215900.580.070.33307.2740.7447.65
HexAB489F03A7211332930
Octal2531102370727414635160
Binary101010111001000100111110111010111100001100110011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB489F; }

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

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

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

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

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

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

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

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