Html Css Color HEX #AA2083 Medium Red Violet

📋 copy color: '#AA2083'

red 170 ◦ green 32 ◦ blue 131

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

Shades of Medium Red Violet #AA2083

Tints of Medium Red Violet #AA2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.61%

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

R = 51.05%
G = 9.61%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA2083 (or 0xAA2083) is known color: Medium Red Violet. HEX triplet: AA, 20 and 83. RGB value is (170,32,131). Sum of RGB (Red+Green+Blue) = 170+32+131=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2083 is #55DF7C. Grayscale: #545454. Windows color (decimal): -5627773 or 8593578. OLE color: 8593578.

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

Color convert

RGB 170 32 131 -
CMYK 0 0.81 0.23 0.33
HSL 316.96º 0.68% 0.4% -
HSV(B) 316.96º 0.81% 0.67% -
XYZ 21.19 11.22 22.52 -
YUV 84.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 170 32 131 0 0.81 0.23 0.33 316.96 0.68 0.4
Hex AA 20 83 0 51 17 21 13D 44 28
Octal 252 40 203 0 121 27 41 475 104 50
Binary 10101010 100000 10000011 0 1010001 10111 100001 100111101 1000100 101000

Color Harmonies of #AA2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2083

Black with #AA2083

Text Example


Text Example

White with #AA2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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