Html Css Color HEX #AA377D Medium Red Violet

📋 copy color: '#AA377D'

red 170 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #AA377D

Tints of Medium Red Violet #AA377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 125 (49.22% from 255) = 35.71%

R = 48.57%
G = 15.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA377D (or 0xAA377D) is known color: Medium Red Violet. HEX triplet: AA, 37 and 7D. RGB value is (170,55,125). Sum of RGB (Red+Green+Blue) = 170+55+125=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA377D is #55C882. Grayscale: #616161. Windows color (decimal): -5621891 or 8206250. OLE color: 8206250.

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

Color convert

RGB 170 55 125 -
CMYK 0 0.68 0.26 0.33
HSL 323.48º 0.51% 0.44% -
HSV(B) 323.48º 0.68% 0.67% -
XYZ 21.65 12.76 20.72 -
YUV 97.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 170 55 125 0 0.68 0.26 0.33 323.48 0.51 0.44
Hex AA 37 7D 0 44 1A 21 143 33 2C
Octal 252 67 175 0 104 32 41 503 63 54
Binary 10101010 110111 1111101 0 1000100 11010 100001 101000011 110011 101100

Color Harmonies of #AA377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA377D

Black with #AA377D

Text Example


Text Example

White with #AA377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA377D; }

 p { color: rgb(170,55,125); }

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

background-color css

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

 a { background-color: rgb(170,55,125); }

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

border-color css

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

 span { border-color: rgb(170,55,125); }

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