Html Css Color HEX #AA499C Violet Blue

📋 copy color: '#AA499C'

red 170 ◦ green 73 ◦ blue 156

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

Shades of Violet Blue #AA499C

Tints of Violet Blue #AA499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 42.61%
G = 18.3%
B = 39.1%

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

#AA499C (or 0xAA499C) is known color: Violet Blue. HEX triplet: AA, 49 and 9C. RGB value is (170,73,156). Sum of RGB (Red+Green+Blue) = 170+73+156=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA499C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA499C is #55B663. Grayscale: #6F6F6F. Windows color (decimal): -5617252 or 10242474. OLE color: 10242474.

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

Color convert

RGB 170 73 156 -
CMYK 0 0.57 0.08 0.33
HSL 308.66º 0.4% 0.48% -
HSV(B) 308.66º 0.57% 0.67% -
XYZ 24.96 15.71 33.17 -
YUV 111.47 153.14 169.75 -
System Red Green Blue C M Y K H S L
Decimal 170 73 156 0 0.57 0.08 0.33 308.66 0.4 0.48
Hex AA 49 9C 0 39 8 21 135 28 30
Octal 252 111 234 0 71 10 41 465 50 60
Binary 10101010 1001001 10011100 0 111001 1000 100001 100110101 101000 110000

Color Harmonies of #AA499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA499C

Black with #AA499C

Text Example


Text Example

White with #AA499C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA499C; }

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

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

background-color css

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

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

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

border-color css

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

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

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