Html Css Color HEX #AA499D Violet Blue

📋 copy color: '#AA499D'

red 170 ◦ green 73 ◦ blue 157

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

Shades of Violet Blue #AA499D

Tints of Violet Blue #AA499D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.25%

R = 42.5%
G = 18.25%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA499D (or 0xAA499D) is known color: Violet Blue. HEX triplet: AA, 49 and 9D. RGB value is (170,73,157). Sum of RGB (Red+Green+Blue) = 170+73+157=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499D is #55B662. Grayscale: #6F6F6F. Windows color (decimal): -5617251 or 10308010. OLE color: 10308010.

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

Color convert

RGB 170 73 157 -
CMYK 0 0.57 0.08 0.33
HSL 308.04º 0.4% 0.48% -
HSV(B) 308.04º 0.57% 0.67% -
XYZ 25.05 15.75 33.62 -
YUV 111.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 170 73 157 0 0.57 0.08 0.33 308.04 0.4 0.48
Hex AA 49 9D 0 39 8 21 134 28 30
Octal 252 111 235 0 71 10 41 464 50 60
Binary 10101010 1001001 10011101 0 111001 1000 100001 100110100 101000 110000

Color Harmonies of #AA499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA499D

Black with #AA499D

Text Example


Text Example

White with #AA499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA499D; }

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

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

background-color css

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

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

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

border-color css

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

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

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