Html Css Color HEX #AA488D Medium Red Violet

📋 copy color: '#AA488D'

red 170 ◦ green 72 ◦ blue 141

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

Shades of Medium Red Violet #AA488D

Tints of Medium Red Violet #AA488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

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

R = 44.39%
G = 18.8%
B = 36.81%

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

#AA488D (or 0xAA488D) is known color: Medium Red Violet. HEX triplet: AA, 48 and 8D. RGB value is (170,72,141). Sum of RGB (Red+Green+Blue) = 170+72+141=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA488D is #55B772. Grayscale: #6C6C6C. Windows color (decimal): -5617523 or 9259178. OLE color: 9259178.

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

Color convert

RGB 170 72 141 -
CMYK 0 0.58 0.17 0.33
HSL 317.76º 0.4% 0.47% -
HSV(B) 317.76º 0.58% 0.67% -
XYZ 23.7 15.1 26.87 -
YUV 109.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 170 72 141 0 0.58 0.17 0.33 317.76 0.4 0.47
Hex AA 48 8D 0 3A 11 21 13E 28 2F
Octal 252 110 215 0 72 21 41 476 50 57
Binary 10101010 1001000 10001101 0 111010 10001 100001 100111110 101000 101111

Color Harmonies of #AA488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA488D

Black with #AA488D

Text Example


Text Example

White with #AA488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA488D; }

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

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

background-color css

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

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

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

border-color css

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

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

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