Html Css Color HEX #AA417F Medium Red Violet

📋 copy color: '#AA417F'

red 170 ◦ green 65 ◦ blue 127

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

Shades of Medium Red Violet #AA417F

Tints of Medium Red Violet #AA417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 46.96%
G = 17.96%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA417F (or 0xAA417F) is known color: Medium Red Violet. HEX triplet: AA, 41 and 7F. RGB value is (170,65,127). Sum of RGB (Red+Green+Blue) = 170+65+127=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417F is #55BE80. Grayscale: #676767. Windows color (decimal): -5619329 or 8339882. OLE color: 8339882.

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

Color convert

RGB 170 65 127 -
CMYK 0 0.62 0.25 0.33
HSL 324.57º 0.45% 0.46% -
HSV(B) 324.57º 0.62% 0.67% -
XYZ 22.3 13.86 21.58 -
YUV 103.46 141.29 175.46 -
System Red Green Blue C M Y K H S L
Decimal 170 65 127 0 0.62 0.25 0.33 324.57 0.45 0.46
Hex AA 41 7F 0 3E 19 21 145 2D 2E
Octal 252 101 177 0 76 31 41 505 55 56
Binary 10101010 1000001 1111111 0 111110 11001 100001 101000101 101101 101110

Color Harmonies of #AA417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA417F

Black with #AA417F

Text Example


Text Example

White with #AA417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA417F; }

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

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

background-color css

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

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

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

border-color css

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

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

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