Html Css Color HEX #AA1D8D Medium Red Violet

📋 copy color: '#AA1D8D'

red 170 ◦ green 29 ◦ blue 141

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

Shades of Medium Red Violet #AA1D8D

Tints of Medium Red Violet #AA1D8D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.53%

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

R = 50%
G = 8.53%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA1D8D (or 0xAA1D8D) is known color: Medium Red Violet. HEX triplet: AA, 1D and 8D. RGB value is (170,29,141). Sum of RGB (Red+Green+Blue) = 170+29+141=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D8D is #55E272. Grayscale: #535353. Windows color (decimal): -5628531 or 9248170. OLE color: 9248170.

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

Color convert

RGB 170 29 141 -
CMYK 0 0.83 0.17 0.33
HSL 312.34º 0.71% 0.39% -
HSV(B) 312.34º 0.83% 0.67% -
XYZ 21.82 11.35 26.24 -
YUV 83.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 170 29 141 0 0.83 0.17 0.33 312.34 0.71 0.39
Hex AA 1D 8D 0 53 11 21 138 47 27
Octal 252 35 215 0 123 21 41 470 107 47
Binary 10101010 11101 10001101 0 1010011 10001 100001 100111000 1000111 100111

Color Harmonies of #AA1D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D8D

Black with #AA1D8D

Text Example


Text Example

White with #AA1D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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