Html Css Color HEX #AA2485 Medium Red Violet

📋 copy color: '#AA2485'

red 170 ◦ green 36 ◦ blue 133

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

Shades of Medium Red Violet #AA2485

Tints of Medium Red Violet #AA2485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 50.15%
G = 10.62%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA2485 (or 0xAA2485) is known color: Medium Red Violet. HEX triplet: AA, 24 and 85. RGB value is (170,36,133). Sum of RGB (Red+Green+Blue) = 170+36+133=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2485 is #55DB7A. Grayscale: #565656. Windows color (decimal): -5626747 or 8725674. OLE color: 8725674.

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

Color convert

RGB 170 36 133 -
CMYK 0 0.79 0.22 0.33
HSL 316.57º 0.65% 0.4% -
HSV(B) 316.57º 0.79% 0.67% -
XYZ 21.44 11.5 23.28 -
YUV 87.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 170 36 133 0 0.79 0.22 0.33 316.57 0.65 0.4
Hex AA 24 85 0 4F 16 21 13D 41 28
Octal 252 44 205 0 117 26 41 475 101 50
Binary 10101010 100100 10000101 0 1001111 10110 100001 100111101 1000001 101000

Color Harmonies of #AA2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2485

Black with #AA2485

Text Example


Text Example

White with #AA2485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2485; }

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

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

background-color css

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

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

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

border-color css

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

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

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