Html Css Color HEX #AA377B Medium Red Violet

📋 copy color: '#AA377B'

red 170 ◦ green 55 ◦ blue 123

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

Shades of Medium Red Violet #AA377B

Tints of Medium Red Violet #AA377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.34%

R = 48.85%
G = 15.8%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA377B (or 0xAA377B) is known color: Medium Red Violet. HEX triplet: AA, 37 and 7B. RGB value is (170,55,123). Sum of RGB (Red+Green+Blue) = 170+55+123=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA377B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA377B is #55C884. Grayscale: #606060. Windows color (decimal): -5621893 or 8075178. OLE color: 8075178.

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

Color convert

RGB 170 55 123 -
CMYK 0 0.68 0.28 0.33
HSL 324.52º 0.51% 0.44% -
HSV(B) 324.52º 0.68% 0.67% -
XYZ 21.52 12.71 20.06 -
YUV 97.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 170 55 123 0 0.68 0.28 0.33 324.52 0.51 0.44
Hex AA 37 7B 0 44 1C 21 145 33 2C
Octal 252 67 173 0 104 34 41 505 63 54
Binary 10101010 110111 1111011 0 1000100 11100 100001 101000101 110011 101100

Color Harmonies of #AA377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA377B

Black with #AA377B

Text Example


Text Example

White with #AA377B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA377B; }

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

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

background-color css

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

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

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

border-color css

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

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

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