#AB49A9

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

Shades of Violet Blue #AB49A9

Tints of Violet Blue #AB49A9

Color information

#AB49A9 (or 0xAB49A9) is unknown color: approx Violet Blue. HEX triplet: AB, 49 and A9. RGB value is (171,73,169). Sum of RGB (Red+Green+Blue) = 171+73+169=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 169 (66.41% from 255 or 40.92% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB49A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49A9 is #54B656. Grayscale: #707070. Windows color (decimal): -5551703 or 11094443. OLE color: 11094443.

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

Color convert

RGB17173169-
CMYK00.570.010.33
HSL301.22º40.16%47.84%-
HSV(B)301.22º57.31%67.06%-
XYZ26.3416.2939.29-
YUV113.25159.47169.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 17.68%
BLUE value IS 169 (66.41% from 255) = 40.92%
R=41.40%
G=17.68%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1717316900.570.010.33301.2240.1647.84
HexAB49A903912112d2830
Octal2531112510711414555060
Binary1010101110010011010100101110011100001100101101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49A9; }

 p { color: rgb(171,73,169); }

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

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

 a { background-color: rgb(171,73,169); }

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

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

 span { border-color: rgb(171,73,169); }

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