#AB49AE

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

Shades of Violet Blue #AB49AE

Tints of Violet Blue #AB49AE

Color information

#AB49AE (or 0xAB49AE) is unknown color: approx Violet Blue. HEX triplet: AB, 49 and AE. RGB value is (171,73,174). Sum of RGB (Red+Green+Blue) = 171+73+174=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB49AE is #54B651. Grayscale: #717171. Windows color (decimal): -5551698 or 11422123. OLE color: 11422123.

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

Color convert

RGB17173174-
CMYK0.020.5800.32
HSL298.22º40.89%48.43%-
HSV(B)298.22º58.05%68.24%-
XYZ26.8216.4841.81-
YUV113.82161.97168.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.91%
GREEN value IS 73 (28.91% from 255) = 17.46%
BLUE value IS 174 (68.36% from 255) = 41.63%
R=40.91%
G=17.46%
B=41.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171731740.020.5800.32298.2240.8948.43
HexAB49AE23A02012a2930
Octal2531112562720404525160
Binary10101011100100110101110101110100100000100101010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB49AE; }

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

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

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

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

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

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

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

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