#A449AE

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

Shades of Violet Blue #A449AE

Tints of Violet Blue #A449AE

Color information

#A449AE (or 0xA449AE) is unknown color: approx Violet Blue. HEX triplet: A4, 49 and AE. RGB value is (164,73,174). Sum of RGB (Red+Green+Blue) = 164+73+174=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 73 (28.91% from 255 or 17.76% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #A449AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A449AE is #5BB651. Grayscale: #6F6F6F. Windows color (decimal): -6010450 or 11422116. OLE color: 11422116.

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

Color convert

RGB16473174-
CMYK0.060.5800.32
HSL294.06º40.89%48.43%-
HSV(B)294.06º58.05%68.24%-
XYZ25.3315.7141.74-
YUV111.72163.15165.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.90%
GREEN value IS 73 (28.91% from 255) = 17.76%
BLUE value IS 174 (68.36% from 255) = 42.34%
R=39.90%
G=17.76%
B=42.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164731740.060.5800.32294.0640.8948.43
HexA449AE63A0201262930
Octal2441112566720404465160
Binary101001001001001101011101101110100100000100100110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A449AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A449AE; }

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

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

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

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

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

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

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

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