Html Css Color HEX #AA408C Medium Red Violet

📋 copy color: '#AA408C'

red 170 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #AA408C

Tints of Medium Red Violet #AA408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 45.45%
G = 17.11%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA408C (or 0xAA408C) is known color: Medium Red Violet. HEX triplet: AA, 40 and 8C. RGB value is (170,64,140). Sum of RGB (Red+Green+Blue) = 170+64+140=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA408C is #55BF73. Grayscale: #686868. Windows color (decimal): -5619572 or 9191594. OLE color: 9191594.

HSL color Cylindrical-coordinate representation of color #AA408C: hue angle of 316.98º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AA408C is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 64 140 -
CMYK 0 0.62 0.18 0.33
HSL 316.98º 0.45% 0.46% -
HSV(B) 316.98º 0.62% 0.67% -
XYZ 23.14 14.11 26.31 -
YUV 104.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 170 64 140 0 0.62 0.18 0.33 316.98 0.45 0.46
Hex AA 40 8C 0 3E 12 21 13D 2D 2E
Octal 252 100 214 0 76 22 41 475 55 56
Binary 10101010 1000000 10001100 0 111110 10010 100001 100111101 101101 101110

Color Harmonies of #AA408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA408C

Black with #AA408C

Text Example


Text Example

White with #AA408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA408C; }

 p { color: rgb(170,64,140); }

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

background-color css

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

 a { background-color: rgb(170,64,140); }

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

border-color css

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

 span { border-color: rgb(170,64,140); }

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