Html Css Color HEX #AA488B Medium Red Violet

📋 copy color: '#AA488B'

red 170 ◦ green 72 ◦ blue 139

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

Shades of Medium Red Violet #AA488B

Tints of Medium Red Violet #AA488B

RGB

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

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

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

R = 44.62%
G = 18.9%
B = 36.48%

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

#AA488B (or 0xAA488B) is known color: Medium Red Violet. HEX triplet: AA, 48 and 8B. RGB value is (170,72,139). Sum of RGB (Red+Green+Blue) = 170+72+139=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA488B is #55B774. Grayscale: #6C6C6C. Windows color (decimal): -5617525 or 9128106. OLE color: 9128106.

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

Color convert

RGB 170 72 139 -
CMYK 0 0.58 0.18 0.33
HSL 318.98º 0.4% 0.47% -
HSV(B) 318.98º 0.58% 0.67% -
XYZ 23.56 15.04 26.09 -
YUV 108.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 170 72 139 0 0.58 0.18 0.33 318.98 0.4 0.47
Hex AA 48 8B 0 3A 12 21 13F 28 2F
Octal 252 110 213 0 72 22 41 477 50 57
Binary 10101010 1001000 10001011 0 111010 10010 100001 100111111 101000 101111

Color Harmonies of #AA488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA488B

Black with #AA488B

Text Example


Text Example

White with #AA488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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