Html Css Color HEX #AA1781 Medium Violet Red

📋 copy color: '#AA1781'

red 170 ◦ green 23 ◦ blue 129

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

Shades of Medium Violet Red #AA1781

Tints of Medium Violet Red #AA1781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 52.8%
G = 7.14%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AA1781 (or 0xAA1781) is known color: Medium Violet Red. HEX triplet: AA, 17 and 81. RGB value is (170,23,129). Sum of RGB (Red+Green+Blue) = 170+23+129=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1781 is #55E87E. Grayscale: #4E4E4E. Windows color (decimal): -5630079 or 8460202. OLE color: 8460202.

HSL color Cylindrical-coordinate representation of color #AA1781: hue angle of 316.73º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1781 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 23 129 -
CMYK 0 0.86 0.24 0.33
HSL 316.73º 0.76% 0.38% -
HSV(B) 316.73º 0.86% 0.67% -
XYZ 20.85 10.74 21.74 -
YUV 79.04 156.2 192.88 -
System Red Green Blue C M Y K H S L
Decimal 170 23 129 0 0.86 0.24 0.33 316.73 0.76 0.38
Hex AA 17 81 0 56 18 21 13D 4C 26
Octal 252 27 201 0 126 30 41 475 114 46
Binary 10101010 10111 10000001 0 1010110 11000 100001 100111101 1001100 100110

Color Harmonies of #AA1781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1781

Black with #AA1781

Text Example


Text Example

White with #AA1781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1781; }

 p { color: rgb(170,23,129); }

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

background-color css

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

 a { background-color: rgb(170,23,129); }

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

border-color css

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

 span { border-color: rgb(170,23,129); }

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