Html Css Color HEX #AA408D Medium Red Violet

📋 copy color: '#AA408D'

red 170 ◦ green 64 ◦ blue 141

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

Shades of Medium Red Violet #AA408D

Tints of Medium Red Violet #AA408D

RGB

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

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

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

R = 45.33%
G = 17.07%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA408D (or 0xAA408D) is known color: Medium Red Violet. HEX triplet: AA, 40 and 8D. RGB value is (170,64,141). Sum of RGB (Red+Green+Blue) = 170+64+141=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA408D is #55BF72. Grayscale: #686868. Windows color (decimal): -5619571 or 9257130. OLE color: 9257130.

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

Color convert

RGB 170 64 141 -
CMYK 0 0.62 0.17 0.33
HSL 316.42º 0.45% 0.46% -
HSV(B) 316.42º 0.62% 0.67% -
XYZ 23.22 14.14 26.7 -
YUV 104.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 170 64 141 0 0.62 0.17 0.33 316.42 0.45 0.46
Hex AA 40 8D 0 3E 11 21 13C 2D 2E
Octal 252 100 215 0 76 21 41 474 55 56
Binary 10101010 1000000 10001101 0 111110 10001 100001 100111100 101101 101110

Color Harmonies of #AA408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA408D

Black with #AA408D

Text Example


Text Example

White with #AA408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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