Html Css Color HEX #AA407D Medium Red Violet

📋 copy color: '#AA407D'

red 170 ◦ green 64 ◦ blue 125

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

Shades of Medium Red Violet #AA407D

Tints of Medium Red Violet #AA407D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 47.35%
G = 17.83%
B = 34.82%

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

#AA407D (or 0xAA407D) is known color: Medium Red Violet. HEX triplet: AA, 40 and 7D. RGB value is (170,64,125). Sum of RGB (Red+Green+Blue) = 170+64+125=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA407D is #55BF82. Grayscale: #666666. Windows color (decimal): -5619587 or 8208554. OLE color: 8208554.

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

Color convert

RGB 170 64 125 -
CMYK 0 0.62 0.26 0.33
HSL 325.47º 0.45% 0.46% -
HSV(B) 325.47º 0.62% 0.67% -
XYZ 22.11 13.69 20.88 -
YUV 102.65 140.62 176.04 -
System Red Green Blue C M Y K H S L
Decimal 170 64 125 0 0.62 0.26 0.33 325.47 0.45 0.46
Hex AA 40 7D 0 3E 1A 21 145 2D 2E
Octal 252 100 175 0 76 32 41 505 55 56
Binary 10101010 1000000 1111101 0 111110 11010 100001 101000101 101101 101110

Color Harmonies of #AA407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA407D

Black with #AA407D

Text Example


Text Example

White with #AA407D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA407D; }

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

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

background-color css

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

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

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

border-color css

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

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

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