Html Css Color HEX #AA1D9D Medium Red Violet

📋 copy color: '#AA1D9D'

red 170 ◦ green 29 ◦ blue 157

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

Shades of Medium Red Violet #AA1D9D

Tints of Medium Red Violet #AA1D9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.1%

R = 47.75%
G = 8.15%
B = 44.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AA1D9D (or 0xAA1D9D) is known color: Medium Red Violet. HEX triplet: AA, 1D and 9D. RGB value is (170,29,157). Sum of RGB (Red+Green+Blue) = 170+29+157=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1D9D is #55E262. Grayscale: #555555. Windows color (decimal): -5628515 or 10296746. OLE color: 10296746.

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

Color convert

RGB 170 29 157 -
CMYK 0 0.83 0.08 0.33
HSL 305.53º 0.71% 0.39% -
HSV(B) 305.53º 0.83% 0.67% -
XYZ 23.1 11.86 32.97 -
YUV 85.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 170 29 157 0 0.83 0.08 0.33 305.53 0.71 0.39
Hex AA 1D 9D 0 53 8 21 132 47 27
Octal 252 35 235 0 123 10 41 462 107 47
Binary 10101010 11101 10011101 0 1010011 1000 100001 100110010 1000111 100111

Color Harmonies of #AA1D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D9D

Black with #AA1D9D

Text Example


Text Example

White with #AA1D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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