Html Css Color HEX #AA2488 Medium Red Violet

📋 copy color: '#AA2488'

red 170 ◦ green 36 ◦ blue 136

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

Shades of Medium Red Violet #AA2488

Tints of Medium Red Violet #AA2488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 49.71%
G = 10.53%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AA2488 (or 0xAA2488) is known color: Medium Red Violet. HEX triplet: AA, 24 and 88. RGB value is (170,36,136). Sum of RGB (Red+Green+Blue) = 170+36+136=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2488 is #55DB77. Grayscale: #575757. Windows color (decimal): -5626744 or 8922282. OLE color: 8922282.

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

Color convert

RGB 170 36 136 -
CMYK 0 0.79 0.20 0.33
HSL 315.22º 0.65% 0.4% -
HSV(B) 315.22º 0.79% 0.67% -
XYZ 21.65 11.59 24.39 -
YUV 87.47 155.39 186.87 -
System Red Green Blue C M Y K H S L
Decimal 170 36 136 0 0.79 0.20 0.33 315.22 0.65 0.4
Hex AA 24 88 0 4F 14 21 13B 41 28
Octal 252 44 210 0 117 24 41 473 101 50
Binary 10101010 100100 10001000 0 1001111 10100 100001 100111011 1000001 101000

Color Harmonies of #AA2488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2488

Black with #AA2488

Text Example


Text Example

White with #AA2488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2488; }

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

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

background-color css

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

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

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

border-color css

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

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

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