Html Css Color HEX #AA0E7D Medium Violet Red

📋 copy color: '#AA0E7D'

red 170 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #AA0E7D

Tints of Medium Violet Red #AA0E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.53%

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

R = 55.02%
G = 4.53%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA0E7D (or 0xAA0E7D) is known color: Medium Violet Red. HEX triplet: AA, 0E and 7D. RGB value is (170,14,125). Sum of RGB (Red+Green+Blue) = 170+14+125=309 (40% of max value = 765). Red value is 170 (66.80% from 255 or 55.02% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA0E7D is #55F182. Grayscale: #494949. Windows color (decimal): -5632387 or 8195754. OLE color: 8195754.

HSL color Cylindrical-coordinate representation of color #AA0E7D: hue angle of 317.31º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0E7D is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 14 125 -
CMYK 0 0.92 0.26 0.33
HSL 317.31º 0.85% 0.36% -
HSV(B) 317.31º 0.92% 0.67% -
XYZ 20.44 10.34 20.32 -
YUV 73.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 170 14 125 0 0.92 0.26 0.33 317.31 0.85 0.36
Hex AA E 7D 0 5C 1A 21 13D 55 24
Octal 252 16 175 0 134 32 41 475 125 44
Binary 10101010 1110 1111101 0 1011100 11010 100001 100111101 1010101 100100

Color Harmonies of #AA0E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E7D

Black with #AA0E7D

Text Example


Text Example

White with #AA0E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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