#A949AA

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

Shades of Violet Blue #A949AA

Tints of Violet Blue #A949AA

Color information

#A949AA (or 0xA949AA) is unknown color: approx Violet Blue. HEX triplet: A9, 49 and AA. RGB value is (169,73,170). Sum of RGB (Red+Green+Blue) = 169+73+170=412 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.02% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 170 - color contains mainly: blue. Hex color #A949AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A949AA is #56B655. Grayscale: #707070. Windows color (decimal): -5682774 or 11159977. OLE color: 11159977.

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

Color convert

RGB16973170-
CMYK0.010.5700.33
HSL299.38º39.92%47.65%-
HSV(B)299.38º57.06%66.67%-
XYZ2616.139.77-
YUV112.76160.3168.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.02%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 170 (66.80% from 255) = 41.26%
R=41.02%
G=17.72%
B=41.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal169731700.010.5700.33299.3839.9247.65
HexA949AA13902112b2830
Octal2511112521710414535060
Binary1010100110010011010101011110010100001100101011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A949AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A949AA; }

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

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

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

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

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

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

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

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