Html Css Color HEX #AA2483 Medium Red Violet

📋 copy color: '#AA2483'

red 170 ◦ green 36 ◦ blue 131

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

Shades of Medium Red Violet #AA2483

Tints of Medium Red Violet #AA2483

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.68%

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

R = 50.45%
G = 10.68%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AA2483 (or 0xAA2483) is known color: Medium Red Violet. HEX triplet: AA, 24 and 83. RGB value is (170,36,131). Sum of RGB (Red+Green+Blue) = 170+36+131=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2483 is #55DB7C. Grayscale: #565656. Windows color (decimal): -5626749 or 8594602. OLE color: 8594602.

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

Color convert

RGB 170 36 131 -
CMYK 0 0.79 0.23 0.33
HSL 317.46º 0.65% 0.4% -
HSV(B) 317.46º 0.79% 0.67% -
XYZ 21.31 11.45 22.56 -
YUV 86.9 152.89 187.28 -
System Red Green Blue C M Y K H S L
Decimal 170 36 131 0 0.79 0.23 0.33 317.46 0.65 0.4
Hex AA 24 83 0 4F 17 21 13D 41 28
Octal 252 44 203 0 117 27 41 475 101 50
Binary 10101010 100100 10000011 0 1001111 10111 100001 100111101 1000001 101000

Color Harmonies of #AA2483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2483

Black with #AA2483

Text Example


Text Example

White with #AA2483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2483; }

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

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

background-color css

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

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

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

border-color css

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

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

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