#AB489A

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

Shades of Violet Blue #AB489A

Tints of Violet Blue #AB489A

Color information

#AB489A (or 0xAB489A) is unknown color: approx Violet Blue. HEX triplet: AB, 48 and 9A. RGB value is (171,72,154). Sum of RGB (Red+Green+Blue) = 171+72+154=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 171 - color contains mainly: red. Hex color #AB489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB489A is #54B765. Grayscale: #6E6E6E. Windows color (decimal): -5551974 or 10111147. OLE color: 10111147.

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

Color convert

RGB17172154-
CMYK00.580.100.33
HSL310.3º40.74%47.65%-
HSV(B)310.3º57.89%67.06%-
XYZ24.9415.6332.27-
YUV110.95152.3170.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 72 (28.52% from 255) = 18.14%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=43.07%
G=18.14%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717215400.580.100.33310.340.7447.65
HexAB489A03AA211362930
Octal25311023207212414665160
Binary1010101110010001001101001110101010100001100110110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB489A; }

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

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

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

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

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

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

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

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