Html Css Color HEX #AA418E Medium Red Violet

📋 copy color: '#AA418E'

red 170 ◦ green 65 ◦ blue 142

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

Shades of Medium Red Violet #AA418E

Tints of Medium Red Violet #AA418E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.67%

R = 45.09%
G = 17.24%
B = 37.67%

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

#AA418E (or 0xAA418E) is known color: Medium Red Violet. HEX triplet: AA, 41 and 8E. RGB value is (170,65,142). Sum of RGB (Red+Green+Blue) = 170+65+142=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA418E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA418E is #55BE71. Grayscale: #686868. Windows color (decimal): -5619314 or 9322922. OLE color: 9322922.

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

Color convert

RGB 170 65 142 -
CMYK 0 0.62 0.16 0.33
HSL 316º 0.45% 0.46% -
HSV(B) 316º 0.62% 0.67% -
XYZ 23.35 14.28 27.12 -
YUV 105.17 148.79 174.24 -
System Red Green Blue C M Y K H S L
Decimal 170 65 142 0 0.62 0.16 0.33 316 0.45 0.46
Hex AA 41 8E 0 3E 10 21 13C 2D 2E
Octal 252 101 216 0 76 20 41 474 55 56
Binary 10101010 1000001 10001110 0 111110 10000 100001 100111100 101101 101110

Color Harmonies of #AA418E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA418E

Black with #AA418E

Text Example


Text Example

White with #AA418E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA418E; }

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

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

background-color css

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

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

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

border-color css

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

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

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