Html Css Color HEX #AA3676 Medium Red Violet

📋 copy color: '#AA3676'

red 170 ◦ green 54 ◦ blue 118

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

Shades of Medium Red Violet #AA3676

Tints of Medium Red Violet #AA3676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 49.71%
G = 15.79%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3676 (or 0xAA3676) is known color: Medium Red Violet. HEX triplet: AA, 36 and 76. RGB value is (170,54,118). Sum of RGB (Red+Green+Blue) = 170+54+118=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3676 is #55C989. Grayscale: #5F5F5F. Windows color (decimal): -5622154 or 7747242. OLE color: 7747242.

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

Color convert

RGB 170 54 118 -
CMYK 0 0.68 0.31 0.33
HSL 326.9º 0.52% 0.44% -
HSV(B) 326.9º 0.68% 0.67% -
XYZ 21.17 12.49 18.44 -
YUV 95.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 170 54 118 0 0.68 0.31 0.33 326.9 0.52 0.44
Hex AA 36 76 0 44 1F 21 147 34 2C
Octal 252 66 166 0 104 37 41 507 64 54
Binary 10101010 110110 1110110 0 1000100 11111 100001 101000111 110100 101100

Color Harmonies of #AA3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3676

Black with #AA3676

Text Example


Text Example

White with #AA3676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3676; }

 p { color: rgb(170,54,118); }

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

background-color css

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

 a { background-color: rgb(170,54,118); }

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

border-color css

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

 span { border-color: rgb(170,54,118); }

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