#AB489D

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

Shades of Violet Blue #AB489D

Tints of Violet Blue #AB489D

Color information

#AB489D (or 0xAB489D) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and 9D. RGB value is (171,72,157). Sum of RGB (Red+Green+Blue) = 171+72+157=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489D is #54B762. Grayscale: #6F6F6F. Windows color (decimal): -5551971 or 10307755. OLE color: 10307755.

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

Color convert

RGB17172157-
CMYK00.580.080.33
HSL308.48º40.74%47.65%-
HSV(B)308.48º57.89%67.06%-
XYZ25.215.7333.61-
YUV111.29153.8170.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 18%
BLUE value IS 157 (61.72% from 255) = 39.25%
R=42.75%
G=18%
B=39.25%

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
Decimal1717215700.580.080.33308.4840.7447.65
HexAB489D03A8211342930
Octal25311023507210414645160
Binary1010101110010001001110101110101000100001100110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB489D; }

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

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

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

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

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

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

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

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