Html Css Color HEX #AA408F Medium Red Violet

📋 copy color: '#AA408F'

red 170 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #AA408F

Tints of Medium Red Violet #AA408F

RGB

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

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

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

R = 45.09%
G = 16.98%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AA408F (or 0xAA408F) is known color: Medium Red Violet. HEX triplet: AA, 40 and 8F. RGB value is (170,64,143). Sum of RGB (Red+Green+Blue) = 170+64+143=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA408F is #55BF70. Grayscale: #686868. Windows color (decimal): -5619569 or 9388202. OLE color: 9388202.

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

Color convert

RGB 170 64 143 -
CMYK 0 0.62 0.16 0.33
HSL 315.28º 0.45% 0.46% -
HSV(B) 315.28º 0.62% 0.67% -
XYZ 23.37 14.2 27.5 -
YUV 104.7 149.62 174.58 -
System Red Green Blue C M Y K H S L
Decimal 170 64 143 0 0.62 0.16 0.33 315.28 0.45 0.46
Hex AA 40 8F 0 3E 10 21 13B 2D 2E
Octal 252 100 217 0 76 20 41 473 55 56
Binary 10101010 1000000 10001111 0 111110 10000 100001 100111011 101101 101110

Color Harmonies of #AA408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA408F

Black with #AA408F

Text Example


Text Example

White with #AA408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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