Html Css Color HEX #AA379B Medium Red Violet

📋 copy color: '#AA379B'

red 170 ◦ green 55 ◦ blue 155

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

Shades of Medium Red Violet #AA379B

Tints of Medium Red Violet #AA379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.79%

R = 44.74%
G = 14.47%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA379B (or 0xAA379B) is known color: Medium Red Violet. HEX triplet: AA, 37 and 9B. RGB value is (170,55,155). Sum of RGB (Red+Green+Blue) = 170+55+155=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 55 (21.88% from 255 or 14.47% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA379B is #55C864. Grayscale: #646464. Windows color (decimal): -5621861 or 10172330. OLE color: 10172330.

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

Color convert

RGB 170 55 155 -
CMYK 0 0.68 0.09 0.33
HSL 307.83º 0.51% 0.44% -
HSV(B) 307.83º 0.68% 0.67% -
XYZ 23.86 13.64 32.39 -
YUV 100.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 170 55 155 0 0.68 0.09 0.33 307.83 0.51 0.44
Hex AA 37 9B 0 44 9 21 134 33 2C
Octal 252 67 233 0 104 11 41 464 63 54
Binary 10101010 110111 10011011 0 1000100 1001 100001 100110100 110011 101100

Color Harmonies of #AA379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA379B

Black with #AA379B

Text Example


Text Example

White with #AA379B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA379B; }

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

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

background-color css

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

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

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

border-color css

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

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

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