Html Css Color HEX #AA2486 Medium Red Violet

📋 copy color: '#AA2486'

red 170 ◦ green 36 ◦ blue 134

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

Shades of Medium Red Violet #AA2486

Tints of Medium Red Violet #AA2486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 50%
G = 10.59%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA2486 (or 0xAA2486) is known color: Medium Red Violet. HEX triplet: AA, 24 and 86. RGB value is (170,36,134). Sum of RGB (Red+Green+Blue) = 170+36+134=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2486 is #55DB79. Grayscale: #565656. Windows color (decimal): -5626746 or 8791210. OLE color: 8791210.

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

Color convert

RGB 170 36 134 -
CMYK 0 0.79 0.21 0.33
HSL 316.12º 0.65% 0.4% -
HSV(B) 316.12º 0.79% 0.67% -
XYZ 21.51 11.53 23.65 -
YUV 87.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 170 36 134 0 0.79 0.21 0.33 316.12 0.65 0.4
Hex AA 24 86 0 4F 15 21 13C 41 28
Octal 252 44 206 0 117 25 41 474 101 50
Binary 10101010 100100 10000110 0 1001111 10101 100001 100111100 1000001 101000

Color Harmonies of #AA2486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2486

Black with #AA2486

Text Example


Text Example

White with #AA2486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2486; }

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

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

background-color css

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

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

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

border-color css

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

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

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