Html Css Color HEX #AA49AC Violet Blue

📋 copy color: '#AA49AC'

red 170 ◦ green 73 ◦ blue 172

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

Shades of Violet Blue #AA49AC

Tints of Violet Blue #AA49AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 40.96%
G = 17.59%
B = 41.45%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA49AC (or 0xAA49AC) is known color: Violet Blue. HEX triplet: AA, 49 and AC. RGB value is (170,73,172). Sum of RGB (Red+Green+Blue) = 170+73+172=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA49AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AC is #55B653. Grayscale: #707070. Windows color (decimal): -5617236 or 11291050. OLE color: 11291050.

HSL color Cylindrical-coordinate representation of color #AA49AC: hue angle of 298.79º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA49AC is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 172 -
CMYK 0.01 0.58 0 0.33
HSL 298.79º 0.4% 0.48% -
HSV(B) 298.79º 0.58% 0.67% -
XYZ 26.41 16.29 40.78 -
YUV 113.29 161.14 168.45 -
System Red Green Blue C M Y K H S L
Decimal 170 73 172 0.01 0.58 0 0.33 298.79 0.4 0.48
Hex AA 49 AC 1 3A 0 21 12B 28 30
Octal 252 111 254 1 72 0 41 453 50 60
Binary 10101010 1001001 10101100 1 111010 0 100001 100101011 101000 110000

Color Harmonies of #AA49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49AC

Black with #AA49AC

Text Example


Text Example

White with #AA49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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