Html Css Color HEX #AA418F Medium Red Violet

📋 copy color: '#AA418F'

red 170 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #AA418F

Tints of Medium Red Violet #AA418F

RGB

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

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

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

R = 44.97%
G = 17.2%
B = 37.83%

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

#AA418F (or 0xAA418F) is known color: Medium Red Violet. HEX triplet: AA, 41 and 8F. RGB value is (170,65,143). Sum of RGB (Red+Green+Blue) = 170+65+143=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA418F is #55BE70. Grayscale: #696969. Windows color (decimal): -5619313 or 9388458. OLE color: 9388458.

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

Color convert

RGB 170 65 143 -
CMYK 0 0.62 0.16 0.33
HSL 315.43º 0.45% 0.46% -
HSV(B) 315.43º 0.62% 0.67% -
XYZ 23.43 14.31 27.51 -
YUV 105.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 170 65 143 0 0.62 0.16 0.33 315.43 0.45 0.46
Hex AA 41 8F 0 3E 10 21 13B 2D 2E
Octal 252 101 217 0 76 20 41 473 55 56
Binary 10101010 1000001 10001111 0 111110 10000 100001 100111011 101101 101110

Color Harmonies of #AA418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA418F

Black with #AA418F

Text Example


Text Example

White with #AA418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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