#A949AE

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

Shades of Violet Blue #A949AE

Tints of Violet Blue #A949AE

Color information

#A949AE (or 0xA949AE) is unknown color: approx Violet Blue. HEX triplet: A9, 49 and AE. RGB value is (169,73,174). Sum of RGB (Red+Green+Blue) = 169+73+174=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 73 (28.91% from 255 or 17.55% from 416); Blue value is 174 (68.36% from 255 or 41.83% from 416); Max value from RGB is 174 - color contains mainly: blue. Hex color #A949AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949AE is #56B651. Grayscale: #707070. Windows color (decimal): -5682770 or 11422121. OLE color: 11422121.

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

Color convert

RGB16973174-
CMYK0.030.5800.32
HSL297.03º40.89%48.43%-
HSV(B)297.03º58.05%68.24%-
XYZ26.3816.2641.79-
YUV113.22162.3167.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.62%
GREEN value IS 73 (28.91% from 255) = 17.55%
BLUE value IS 174 (68.36% from 255) = 41.83%
R=40.62%
G=17.55%
B=41.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal169731740.030.5800.32297.0340.8948.43
HexA949AE33A0201292930
Octal2511112563720404515160
Binary10101001100100110101110111110100100000100101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949AE; }

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

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

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

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

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

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

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

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