Html Css Color HEX #AA478F Medium Red Violet

📋 copy color: '#AA478F'

red 170 ◦ green 71 ◦ blue 143

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

Shades of Medium Red Violet #AA478F

Tints of Medium Red Violet #AA478F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

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

R = 44.27%
G = 18.49%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA478F (or 0xAA478F) is known color: Medium Red Violet. HEX triplet: AA, 47 and 8F. RGB value is (170,71,143). Sum of RGB (Red+Green+Blue) = 170+71+143=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478F is #55B870. Grayscale: #6C6C6C. Windows color (decimal): -5617777 or 9389994. OLE color: 9389994.

HSL color Cylindrical-coordinate representation of color #AA478F: hue angle of 316.36º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA478F is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 71 143 -
CMYK 0 0.58 0.16 0.33
HSL 316.36º 0.41% 0.47% -
HSV(B) 316.36º 0.58% 0.67% -
XYZ 23.79 15.04 27.63 -
YUV 108.81 147.3 171.65 -
System Red Green Blue C M Y K H S L
Decimal 170 71 143 0 0.58 0.16 0.33 316.36 0.41 0.47
Hex AA 47 8F 0 3A 10 21 13C 29 2F
Octal 252 107 217 0 72 20 41 474 51 57
Binary 10101010 1000111 10001111 0 111010 10000 100001 100111100 101001 101111

Color Harmonies of #AA478F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA478F

Black with #AA478F

Text Example


Text Example

White with #AA478F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA478F; }

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

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

background-color css

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

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

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

border-color css

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

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

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