Html Css Color HEX #AA3674 Medium Red Violet

📋 copy color: '#AA3674'

red 170 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #AA3674

Tints of Medium Red Violet #AA3674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 50%
G = 15.88%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3674 (or 0xAA3674) is known color: Medium Red Violet. HEX triplet: AA, 36 and 74. RGB value is (170,54,116). Sum of RGB (Red+Green+Blue) = 170+54+116=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3674 is #55C98B. Grayscale: #5F5F5F. Windows color (decimal): -5622156 or 7616170. OLE color: 7616170.

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

Color convert

RGB 170 54 116 -
CMYK 0 0.68 0.32 0.33
HSL 327.93º 0.52% 0.44% -
HSV(B) 327.93º 0.68% 0.67% -
XYZ 21.05 12.45 17.82 -
YUV 95.75 139.43 180.96 -
System Red Green Blue C M Y K H S L
Decimal 170 54 116 0 0.68 0.32 0.33 327.93 0.52 0.44
Hex AA 36 74 0 44 20 21 148 34 2C
Octal 252 66 164 0 104 40 41 510 64 54
Binary 10101010 110110 1110100 0 1000100 100000 100001 101001000 110100 101100

Color Harmonies of #AA3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3674

Black with #AA3674

Text Example


Text Example

White with #AA3674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3674; }

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

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

background-color css

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

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

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

border-color css

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

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

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