Html Css Color HEX #AA478D Medium Red Violet

📋 copy color: '#AA478D'

red 170 ◦ green 71 ◦ blue 141

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

Shades of Medium Red Violet #AA478D

Tints of Medium Red Violet #AA478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 44.5%
G = 18.59%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA478D (or 0xAA478D) is known color: Medium Red Violet. HEX triplet: AA, 47 and 8D. RGB value is (170,71,141). Sum of RGB (Red+Green+Blue) = 170+71+141=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478D is #55B872. Grayscale: #6C6C6C. Windows color (decimal): -5617779 or 9258922. OLE color: 9258922.

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

Color convert

RGB 170 71 141 -
CMYK 0 0.58 0.17 0.33
HSL 317.58º 0.41% 0.47% -
HSV(B) 317.58º 0.58% 0.67% -
XYZ 23.64 14.98 26.84 -
YUV 108.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 170 71 141 0 0.58 0.17 0.33 317.58 0.41 0.47
Hex AA 47 8D 0 3A 11 21 13E 29 2F
Octal 252 107 215 0 72 21 41 476 51 57
Binary 10101010 1000111 10001101 0 111010 10001 100001 100111110 101001 101111

Color Harmonies of #AA478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA478D

Black with #AA478D

Text Example


Text Example

White with #AA478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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