Html Css Color HEX #AA49A4 Violet Blue

📋 copy color: '#AA49A4'

red 170 ◦ green 73 ◦ blue 164

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

Shades of Violet Blue #AA49A4

Tints of Violet Blue #AA49A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.29%

R = 41.77%
G = 17.94%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.33

RGB Variations

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

Color information

#AA49A4 (or 0xAA49A4) is known color: Violet Blue. HEX triplet: AA, 49 and A4. RGB value is (170,73,164). Sum of RGB (Red+Green+Blue) = 170+73+164=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 164 (64.45% from 255 or 40.29% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A4 is #55B65B. Grayscale: #707070. Windows color (decimal): -5617244 or 10766762. OLE color: 10766762.

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

Color convert

RGB 170 73 164 -
CMYK 0 0.57 0.04 0.33
HSL 303.71º 0.4% 0.48% -
HSV(B) 303.71º 0.57% 0.67% -
XYZ 25.66 15.99 36.86 -
YUV 112.38 157.14 169.1 -
System Red Green Blue C M Y K H S L
Decimal 170 73 164 0 0.57 0.04 0.33 303.71 0.4 0.48
Hex AA 49 A4 0 39 4 21 130 28 30
Octal 252 111 244 0 71 4 41 460 50 60
Binary 10101010 1001001 10100100 0 111001 100 100001 100110000 101000 110000

Color Harmonies of #AA49A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49A4

Black with #AA49A4

Text Example


Text Example

White with #AA49A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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