Html Css Color HEX #AA499F Violet Blue

📋 copy color: '#AA499F'

red 170 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #AA499F

Tints of Violet Blue #AA499F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.55%

R = 42.29%
G = 18.16%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.33

RGB Variations

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

Color information

#AA499F (or 0xAA499F) is known color: Violet Blue. HEX triplet: AA, 49 and 9F. RGB value is (170,73,159). Sum of RGB (Red+Green+Blue) = 170+73+159=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499F is #55B660. Grayscale: #6F6F6F. Windows color (decimal): -5617249 or 10439082. OLE color: 10439082.

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

Color convert

RGB 170 73 159 -
CMYK 0 0.57 0.06 0.33
HSL 306.8º 0.4% 0.48% -
HSV(B) 306.8º 0.57% 0.67% -
XYZ 25.22 15.81 34.52 -
YUV 111.81 154.64 169.51 -
System Red Green Blue C M Y K H S L
Decimal 170 73 159 0 0.57 0.06 0.33 306.8 0.4 0.48
Hex AA 49 9F 0 39 6 21 133 28 30
Octal 252 111 237 0 71 6 41 463 50 60
Binary 10101010 1001001 10011111 0 111001 110 100001 100110011 101000 110000

Color Harmonies of #AA499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA499F

Black with #AA499F

Text Example


Text Example

White with #AA499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA499F; }

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

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

background-color css

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

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

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

border-color css

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

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

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