#A549AE

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

Shades of Violet Blue #A549AE

Tints of Violet Blue #A549AE

Color information

#A549AE (or 0xA549AE) is unknown color: approx Violet Blue. HEX triplet: A5, 49 and AE. RGB value is (165,73,174). Sum of RGB (Red+Green+Blue) = 165+73+174=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #A549AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A549AE is #5AB651. Grayscale: #6F6F6F. Windows color (decimal): -5944914 or 11422117. OLE color: 11422117.

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

Color convert

RGB16573174-
CMYK0.050.5800.32
HSL294.65º40.89%48.43%-
HSV(B)294.65º58.05%68.24%-
XYZ25.5415.8241.75-
YUV112.02162.98165.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 73 (28.91% from 255) = 17.72%
BLUE value IS 174 (68.36% from 255) = 42.23%
R=40.05%
G=17.72%
B=42.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal165731740.050.5800.32294.6540.8948.43
HexA549AE53A0201272930
Octal2451112565720404475160
Binary101001011001001101011101011110100100000100100111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A549AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A549AE; }

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

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

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

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

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

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

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

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