Html Css Color HEX #AA478A Medium Red Violet

📋 copy color: '#AA478A'

red 170 ◦ green 71 ◦ blue 138

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

Shades of Medium Red Violet #AA478A

Tints of Medium Red Violet #AA478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.41%

R = 44.85%
G = 18.73%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA478A (or 0xAA478A) is known color: Medium Red Violet. HEX triplet: AA, 47 and 8A. RGB value is (170,71,138). Sum of RGB (Red+Green+Blue) = 170+71+138=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478A is #55B875. Grayscale: #6C6C6C. Windows color (decimal): -5617782 or 9062314. OLE color: 9062314.

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

Color convert

RGB 170 71 138 -
CMYK 0 0.58 0.19 0.33
HSL 319.39º 0.41% 0.47% -
HSV(B) 319.39º 0.58% 0.67% -
XYZ 23.42 14.89 25.68 -
YUV 108.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 170 71 138 0 0.58 0.19 0.33 319.39 0.41 0.47
Hex AA 47 8A 0 3A 13 21 13F 29 2F
Octal 252 107 212 0 72 23 41 477 51 57
Binary 10101010 1000111 10001010 0 111010 10011 100001 100111111 101001 101111

Color Harmonies of #AA478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA478A

Black with #AA478A

Text Example


Text Example

White with #AA478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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