Html Css Color HEX #AA2392 Medium Red Violet

📋 copy color: '#AA2392'

red 170 ◦ green 35 ◦ blue 146

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

Shades of Medium Red Violet #AA2392

Tints of Medium Red Violet #AA2392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.6%

R = 48.43%
G = 9.97%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA2392 (or 0xAA2392) is known color: Medium Red Violet. HEX triplet: AA, 23 and 92. RGB value is (170,35,146). Sum of RGB (Red+Green+Blue) = 170+35+146=351 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.43% from 351); Green value is 35 (14.06% from 255 or 9.97% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2392 is #55DC6D. Grayscale: #575757. Windows color (decimal): -5626990 or 9577386. OLE color: 9577386.

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

Color convert

RGB 170 35 146 -
CMYK 0 0.79 0.14 0.33
HSL 310.67º 0.66% 0.4% -
HSV(B) 310.67º 0.79% 0.67% -
XYZ 22.37 11.82 28.3 -
YUV 88.02 160.73 186.47 -
System Red Green Blue C M Y K H S L
Decimal 170 35 146 0 0.79 0.14 0.33 310.67 0.66 0.4
Hex AA 23 92 0 4F E 21 137 42 28
Octal 252 43 222 0 117 16 41 467 102 50
Binary 10101010 100011 10010010 0 1001111 1110 100001 100110111 1000010 101000

Color Harmonies of #AA2392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2392

Black with #AA2392

Text Example


Text Example

White with #AA2392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2392; }

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

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

background-color css

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

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

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

border-color css

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

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

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