Html Css Color HEX #AA377F Medium Red Violet

📋 copy color: '#AA377F'

red 170 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #AA377F

Tints of Medium Red Violet #AA377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.08%

R = 48.3%
G = 15.63%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA377F (or 0xAA377F) is known color: Medium Red Violet. HEX triplet: AA, 37 and 7F. RGB value is (170,55,127). Sum of RGB (Red+Green+Blue) = 170+55+127=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA377F is #55C880. Grayscale: #616161. Windows color (decimal): -5621889 or 8337322. OLE color: 8337322.

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

Color convert

RGB 170 55 127 -
CMYK 0 0.68 0.25 0.33
HSL 322.43º 0.51% 0.44% -
HSV(B) 322.43º 0.68% 0.67% -
XYZ 21.77 12.81 21.4 -
YUV 97.59 144.6 179.65 -
System Red Green Blue C M Y K H S L
Decimal 170 55 127 0 0.68 0.25 0.33 322.43 0.51 0.44
Hex AA 37 7F 0 44 19 21 142 33 2C
Octal 252 67 177 0 104 31 41 502 63 54
Binary 10101010 110111 1111111 0 1000100 11001 100001 101000010 110011 101100

Color Harmonies of #AA377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA377F

Black with #AA377F

Text Example


Text Example

White with #AA377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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