Html Css Color HEX #AA1E7F Medium Red Violet

📋 copy color: '#AA1E7F'

red 170 ◦ green 30 ◦ blue 127

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

Shades of Medium Red Violet #AA1E7F

Tints of Medium Red Violet #AA1E7F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.17%

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

R = 51.99%
G = 9.17%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA1E7F (or 0xAA1E7F) is known color: Medium Red Violet. HEX triplet: AA, 1E and 7F. RGB value is (170,30,127). Sum of RGB (Red+Green+Blue) = 170+30+127=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 30 (12.11% from 255 or 9.17% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1E7F is #55E180. Grayscale: #525252. Windows color (decimal): -5628289 or 8330922. OLE color: 8330922.

HSL color Cylindrical-coordinate representation of color #AA1E7F: hue angle of 318.43º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AA1E7F is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 30 127 -
CMYK 0 0.82 0.25 0.33
HSL 318.43º 0.7% 0.39% -
HSV(B) 318.43º 0.82% 0.67% -
XYZ 20.87 11.01 21.1 -
YUV 82.92 152.88 190.11 -
System Red Green Blue C M Y K H S L
Decimal 170 30 127 0 0.82 0.25 0.33 318.43 0.7 0.39
Hex AA 1E 7F 0 52 19 21 13E 46 27
Octal 252 36 177 0 122 31 41 476 106 47
Binary 10101010 11110 1111111 0 1010010 11001 100001 100111110 1000110 100111

Color Harmonies of #AA1E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E7F

Black with #AA1E7F

Text Example


Text Example

White with #AA1E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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