Html Css Color HEX #AA417D Medium Red Violet

📋 copy color: '#AA417D'

red 170 ◦ green 65 ◦ blue 125

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

Shades of Medium Red Violet #AA417D

Tints of Medium Red Violet #AA417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.72%

R = 47.22%
G = 18.06%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA417D (or 0xAA417D) is known color: Medium Red Violet. HEX triplet: AA, 41 and 7D. RGB value is (170,65,125). Sum of RGB (Red+Green+Blue) = 170+65+125=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA417D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA417D is #55BE82. Grayscale: #676767. Windows color (decimal): -5619331 or 8208810. OLE color: 8208810.

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

Color convert

RGB 170 65 125 -
CMYK 0 0.62 0.26 0.33
HSL 325.71º 0.45% 0.46% -
HSV(B) 325.71º 0.62% 0.67% -
XYZ 22.17 13.81 20.9 -
YUV 103.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 170 65 125 0 0.62 0.26 0.33 325.71 0.45 0.46
Hex AA 41 7D 0 3E 1A 21 146 2D 2E
Octal 252 101 175 0 76 32 41 506 55 56
Binary 10101010 1000001 1111101 0 111110 11010 100001 101000110 101101 101110

Color Harmonies of #AA417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA417D

Black with #AA417D

Text Example


Text Example

White with #AA417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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