Html Css Color HEX #AA378F Medium Red Violet

📋 copy color: '#AA378F'

red 170 ◦ green 55 ◦ blue 143

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

Shades of Medium Red Violet #AA378F

Tints of Medium Red Violet #AA378F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 46.2%
G = 14.95%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA378F (or 0xAA378F) is known color: Medium Red Violet. HEX triplet: AA, 37 and 8F. RGB value is (170,55,143). Sum of RGB (Red+Green+Blue) = 170+55+143=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA378F is #55C870. Grayscale: #636363. Windows color (decimal): -5621873 or 9385898. OLE color: 9385898.

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

Color convert

RGB 170 55 143 -
CMYK 0 0.68 0.16 0.33
HSL 314.09º 0.51% 0.44% -
HSV(B) 314.09º 0.68% 0.67% -
XYZ 22.9 13.26 27.34 -
YUV 99.42 152.6 178.34 -
System Red Green Blue C M Y K H S L
Decimal 170 55 143 0 0.68 0.16 0.33 314.09 0.51 0.44
Hex AA 37 8F 0 44 10 21 13A 33 2C
Octal 252 67 217 0 104 20 41 472 63 54
Binary 10101010 110111 10001111 0 1000100 10000 100001 100111010 110011 101100

Color Harmonies of #AA378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA378F

Black with #AA378F

Text Example


Text Example

White with #AA378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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