Html Css Color HEX #AA2190 Medium Red Violet

📋 copy color: '#AA2190'

red 170 ◦ green 33 ◦ blue 144

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

Shades of Medium Red Violet #AA2190

Tints of Medium Red Violet #AA2190

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.51%

 BLUE value IS 144 (56.64% from 255) = 41.5%

R = 48.99%
G = 9.51%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA2190 (or 0xAA2190) is known color: Medium Red Violet. HEX triplet: AA, 21 and 90. RGB value is (170,33,144). Sum of RGB (Red+Green+Blue) = 170+33+144=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 33 (13.28% from 255 or 9.51% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2190 is #55DE6F. Grayscale: #565656. Windows color (decimal): -5627504 or 9445802. OLE color: 9445802.

HSL color Cylindrical-coordinate representation of color #AA2190: hue angle of 311.39º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2190 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 33 144 -
CMYK 0 0.81 0.15 0.33
HSL 311.39º 0.67% 0.4% -
HSV(B) 311.39º 0.81% 0.67% -
XYZ 22.16 11.65 27.47 -
YUV 86.62 160.39 187.47 -
System Red Green Blue C M Y K H S L
Decimal 170 33 144 0 0.81 0.15 0.33 311.39 0.67 0.4
Hex AA 21 90 0 51 F 21 137 43 28
Octal 252 41 220 0 121 17 41 467 103 50
Binary 10101010 100001 10010000 0 1010001 1111 100001 100110111 1000011 101000

Color Harmonies of #AA2190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2190

Black with #AA2190

Text Example


Text Example

White with #AA2190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2190; }

 p { color: rgb(170,33,144); }

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

background-color css

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

 a { background-color: rgb(170,33,144); }

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

border-color css

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

 span { border-color: rgb(170,33,144); }

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