Html Css Color HEX #AA0E8D Medium Violet Red

📋 copy color: '#AA0E8D'

red 170 ◦ green 14 ◦ blue 141

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

Shades of Medium Violet Red #AA0E8D

Tints of Medium Violet Red #AA0E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 52.31%
G = 4.31%
B = 43.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA0E8D (or 0xAA0E8D) is known color: Medium Violet Red. HEX triplet: AA, 0E and 8D. RGB value is (170,14,141). Sum of RGB (Red+Green+Blue) = 170+14+141=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E8D is #55F172. Grayscale: #4A4A4A. Windows color (decimal): -5632371 or 9244330. OLE color: 9244330.

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

Color convert

RGB 170 14 141 -
CMYK 0 0.92 0.17 0.33
HSL 311.15º 0.85% 0.36% -
HSV(B) 311.15º 0.92% 0.67% -
XYZ 21.54 10.78 26.15 -
YUV 75.12 165.18 195.67 -
System Red Green Blue C M Y K H S L
Decimal 170 14 141 0 0.92 0.17 0.33 311.15 0.85 0.36
Hex AA E 8D 0 5C 11 21 137 55 24
Octal 252 16 215 0 134 21 41 467 125 44
Binary 10101010 1110 10001101 0 1011100 10001 100001 100110111 1010101 100100

Color Harmonies of #AA0E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E8D

Black with #AA0E8D

Text Example


Text Example

White with #AA0E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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