Html Css Color HEX #AA1E8D Medium Red Violet

📋 copy color: '#AA1E8D'

red 170 ◦ green 30 ◦ blue 141

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

Shades of Medium Red Violet #AA1E8D

Tints of Medium Red Violet #AA1E8D

RGB

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

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

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

R = 49.85%
G = 8.8%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA1E8D (or 0xAA1E8D) is known color: Medium Red Violet. HEX triplet: AA, 1E and 8D. RGB value is (170,30,141). Sum of RGB (Red+Green+Blue) = 170+30+141=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1E8D is #55E172. Grayscale: #545454. Windows color (decimal): -5628275 or 9248426. OLE color: 9248426.

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

Color convert

RGB 170 30 141 -
CMYK 0 0.82 0.17 0.33
HSL 312.43º 0.7% 0.39% -
HSV(B) 312.43º 0.82% 0.67% -
XYZ 21.85 11.4 26.25 -
YUV 84.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 170 30 141 0 0.82 0.17 0.33 312.43 0.7 0.39
Hex AA 1E 8D 0 52 11 21 138 46 27
Octal 252 36 215 0 122 21 41 470 106 47
Binary 10101010 11110 10001101 0 1010010 10001 100001 100111000 1000110 100111

Color Harmonies of #AA1E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E8D

Black with #AA1E8D

Text Example


Text Example

White with #AA1E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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