Html Css Color HEX #AA49AE Violet Blue

📋 copy color: '#AA49AE'

red 170 ◦ green 73 ◦ blue 174

#AA49AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #AA49AE

Tints of Violet Blue #AA49AE

RGB

 RED value IS 170 (66.8% from 255) = 40.77%

 GREEN value IS 73 (28.91% from 255) = 17.51%

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 40.77%
G = 17.51%
B = 41.73%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AA49AE (or 0xAA49AE) is known color: Violet Blue. HEX triplet: AA, 49 and AE. RGB value is (170,73,174). Sum of RGB (Red+Green+Blue) = 170+73+174=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #AA49AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AE is #55B651. Grayscale: #717171. Windows color (decimal): -5617234 or 11422122. OLE color: 11422122.

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

Color convert

RGB 170 73 174 -
CMYK 0.02 0.58 0 0.32
HSL 297.62º 0.41% 0.48% -
HSV(B) 297.62º 0.58% 0.68% -
XYZ 26.6 16.37 41.8 -
YUV 113.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 170 73 174 0.02 0.58 0 0.32 297.62 0.41 0.48
Hex AA 49 AE 2 3A 0 20 12A 29 30
Octal 252 111 256 2 72 0 40 452 51 60
Binary 10101010 1001001 10101110 10 111010 0 100000 100101010 101001 110000

Color Harmonies of #AA49AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49AE

Black with #AA49AE

Text Example


Text Example

White with #AA49AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49AE; }

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

 H1.HeaderClassName
 {
   color: #AA49AE;
 }
 .AnyTagClassName
 {
   color: #AA49AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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