Html Css Color HEX #AA1983 Medium Violet Red

📋 copy color: '#AA1983'

red 170 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #AA1983

Tints of Medium Violet Red #AA1983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.67%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 52.15%
G = 7.67%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA1983 (or 0xAA1983) is known color: Medium Violet Red. HEX triplet: AA, 19 and 83. RGB value is (170,25,131). Sum of RGB (Red+Green+Blue) = 170+25+131=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1983 is #55E67C. Grayscale: #505050. Windows color (decimal): -5629565 or 8591786. OLE color: 8591786.

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

Color convert

RGB 170 25 131 -
CMYK 0 0.85 0.23 0.33
HSL 316.14º 0.74% 0.38% -
HSV(B) 316.14º 0.85% 0.67% -
XYZ 21.02 10.88 22.46 -
YUV 80.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 170 25 131 0 0.85 0.23 0.33 316.14 0.74 0.38
Hex AA 19 83 0 55 17 21 13C 4A 26
Octal 252 31 203 0 125 27 41 474 112 46
Binary 10101010 11001 10000011 0 1010101 10111 100001 100111100 1001010 100110

Color Harmonies of #AA1983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1983

Black with #AA1983

Text Example


Text Example

White with #AA1983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1983; }

 p { color: rgb(170,25,131); }

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

background-color css

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

 a { background-color: rgb(170,25,131); }

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

border-color css

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

 span { border-color: rgb(170,25,131); }

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