Html Css Color HEX #AA379D Medium Red Violet

📋 copy color: '#AA379D'

red 170 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #AA379D

Tints of Medium Red Violet #AA379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 44.5%
G = 14.4%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA379D (or 0xAA379D) is known color: Medium Red Violet. HEX triplet: AA, 37 and 9D. RGB value is (170,55,157). Sum of RGB (Red+Green+Blue) = 170+55+157=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA379D is #55C862. Grayscale: #646464. Windows color (decimal): -5621859 or 10303402. OLE color: 10303402.

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

Color convert

RGB 170 55 157 -
CMYK 0 0.68 0.08 0.33
HSL 306.78º 0.51% 0.44% -
HSV(B) 306.78º 0.68% 0.67% -
XYZ 24.03 13.71 33.28 -
YUV 101.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 170 55 157 0 0.68 0.08 0.33 306.78 0.51 0.44
Hex AA 37 9D 0 44 8 21 133 33 2C
Octal 252 67 235 0 104 10 41 463 63 54
Binary 10101010 110111 10011101 0 1000100 1000 100001 100110011 110011 101100

Color Harmonies of #AA379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA379D

Black with #AA379D

Text Example


Text Example

White with #AA379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA379D; }

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

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

background-color css

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

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

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

border-color css

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

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

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