Html Css Color HEX #AA418D Medium Red Violet

📋 copy color: '#AA418D'

red 170 ◦ green 65 ◦ blue 141

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

Shades of Medium Red Violet #AA418D

Tints of Medium Red Violet #AA418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.29%

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

R = 45.21%
G = 17.29%
B = 37.5%

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

#AA418D (or 0xAA418D) is known color: Medium Red Violet. HEX triplet: AA, 41 and 8D. RGB value is (170,65,141). Sum of RGB (Red+Green+Blue) = 170+65+141=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA418D is #55BE72. Grayscale: #686868. Windows color (decimal): -5619315 or 9257386. OLE color: 9257386.

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

Color convert

RGB 170 65 141 -
CMYK 0 0.62 0.17 0.33
HSL 316.57º 0.45% 0.46% -
HSV(B) 316.57º 0.62% 0.67% -
XYZ 23.28 14.25 26.72 -
YUV 105.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 170 65 141 0 0.62 0.17 0.33 316.57 0.45 0.46
Hex AA 41 8D 0 3E 11 21 13D 2D 2E
Octal 252 101 215 0 76 21 41 475 55 56
Binary 10101010 1000001 10001101 0 111110 10001 100001 100111101 101101 101110

Color Harmonies of #AA418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA418D

Black with #AA418D

Text Example


Text Example

White with #AA418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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