Html Css Color HEX #AA2391 Medium Red Violet

📋 copy color: '#AA2391'

red 170 ◦ green 35 ◦ blue 145

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

Shades of Medium Red Violet #AA2391

Tints of Medium Red Violet #AA2391

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 145 (57.03% from 255) = 41.43%

R = 48.57%
G = 10%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA2391 (or 0xAA2391) is known color: Medium Red Violet. HEX triplet: AA, 23 and 91. RGB value is (170,35,145). Sum of RGB (Red+Green+Blue) = 170+35+145=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2391 is #55DC6E. Grayscale: #575757. Windows color (decimal): -5626991 or 9511850. OLE color: 9511850.

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

Color convert

RGB 170 35 145 -
CMYK 0 0.79 0.15 0.33
HSL 311.11º 0.66% 0.4% -
HSV(B) 311.11º 0.79% 0.67% -
XYZ 22.29 11.79 27.89 -
YUV 87.91 160.23 186.56 -
System Red Green Blue C M Y K H S L
Decimal 170 35 145 0 0.79 0.15 0.33 311.11 0.66 0.4
Hex AA 23 91 0 4F F 21 137 42 28
Octal 252 43 221 0 117 17 41 467 102 50
Binary 10101010 100011 10010001 0 1001111 1111 100001 100110111 1000010 101000

Color Harmonies of #AA2391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2391

Black with #AA2391

Text Example


Text Example

White with #AA2391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2391; }

 p { color: rgb(170,35,145); }

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

background-color css

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

 a { background-color: rgb(170,35,145); }

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

border-color css

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

 span { border-color: rgb(170,35,145); }

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