Html Css Color HEX #AA3477 Medium Red Violet

📋 copy color: '#AA3477'

red 170 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #AA3477

Tints of Medium Red Violet #AA3477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 49.85%
G = 15.25%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA3477 (or 0xAA3477) is known color: Medium Red Violet. HEX triplet: AA, 34 and 77. RGB value is (170,52,119). Sum of RGB (Red+Green+Blue) = 170+52+119=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3477 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3477 is #55CB88. Grayscale: #5E5E5E. Windows color (decimal): -5622665 or 7812266. OLE color: 7812266.

HSL color Cylindrical-coordinate representation of color #AA3477: hue angle of 325.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3477 is Cyan = 0, Magento = 0.69, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 52 119 -
CMYK 0 0.69 0.3 0.33
HSL 325.93º 0.53% 0.44% -
HSV(B) 325.93º 0.69% 0.67% -
XYZ 21.14 12.33 18.72 -
YUV 94.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 170 52 119 0 0.69 0.3 0.33 325.93 0.53 0.44
Hex AA 34 77 0 45 1E 21 146 35 2C
Octal 252 64 167 0 105 36 41 506 65 54
Binary 10101010 110100 1110111 0 1000101 11110 100001 101000110 110101 101100

Color Harmonies of #AA3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3477

Black with #AA3477

Text Example


Text Example

White with #AA3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3477; }

 p { color: rgb(170,52,119); }

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

background-color css

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

 a { background-color: rgb(170,52,119); }

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

border-color css

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

 span { border-color: rgb(170,52,119); }

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