Html Css Color HEX #AA488F Medium Red Violet

📋 copy color: '#AA488F'

red 170 ◦ green 72 ◦ blue 143

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

Shades of Medium Red Violet #AA488F

Tints of Medium Red Violet #AA488F

RGB

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

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

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

R = 44.16%
G = 18.7%
B = 37.14%

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

#AA488F (or 0xAA488F) is known color: Medium Red Violet. HEX triplet: AA, 48 and 8F. RGB value is (170,72,143). Sum of RGB (Red+Green+Blue) = 170+72+143=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA488F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA488F is #55B770. Grayscale: #6D6D6D. Windows color (decimal): -5617521 or 9390250. OLE color: 9390250.

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

Color convert

RGB 170 72 143 -
CMYK 0 0.58 0.16 0.33
HSL 316.53º 0.4% 0.47% -
HSV(B) 316.53º 0.58% 0.67% -
XYZ 23.85 15.16 27.66 -
YUV 109.4 146.97 171.23 -
System Red Green Blue C M Y K H S L
Decimal 170 72 143 0 0.58 0.16 0.33 316.53 0.4 0.47
Hex AA 48 8F 0 3A 10 21 13D 28 2F
Octal 252 110 217 0 72 20 41 475 50 57
Binary 10101010 1001000 10001111 0 111010 10000 100001 100111101 101000 101111

Color Harmonies of #AA488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA488F

Black with #AA488F

Text Example


Text Example

White with #AA488F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA488F; }

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

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

background-color css

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

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

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

border-color css

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

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

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