Html Css Color HEX #AA478B Medium Red Violet

📋 copy color: '#AA478B'

red 170 ◦ green 71 ◦ blue 139

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

Shades of Medium Red Violet #AA478B

Tints of Medium Red Violet #AA478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 44.74%
G = 18.68%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA478B (or 0xAA478B) is known color: Medium Red Violet. HEX triplet: AA, 47 and 8B. RGB value is (170,71,139). Sum of RGB (Red+Green+Blue) = 170+71+139=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA478B is #55B874. Grayscale: #6C6C6C. Windows color (decimal): -5617781 or 9127850. OLE color: 9127850.

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

Color convert

RGB 170 71 139 -
CMYK 0 0.58 0.18 0.33
HSL 318.79º 0.41% 0.47% -
HSV(B) 318.79º 0.58% 0.67% -
XYZ 23.49 14.92 26.07 -
YUV 108.35 145.3 171.97 -
System Red Green Blue C M Y K H S L
Decimal 170 71 139 0 0.58 0.18 0.33 318.79 0.41 0.47
Hex AA 47 8B 0 3A 12 21 13F 29 2F
Octal 252 107 213 0 72 22 41 477 51 57
Binary 10101010 1000111 10001011 0 111010 10010 100001 100111111 101001 101111

Color Harmonies of #AA478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA478B

Black with #AA478B

Text Example


Text Example

White with #AA478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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