Html Css Color HEX #AA2890 Medium Red Violet

📋 copy color: '#AA2890'

red 170 ◦ green 40 ◦ blue 144

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

Shades of Medium Red Violet #AA2890

Tints of Medium Red Violet #AA2890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.3%

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

R = 48.02%
G = 11.3%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA2890 (or 0xAA2890) is known color: Medium Red Violet. HEX triplet: AA, 28 and 90. RGB value is (170,40,144). Sum of RGB (Red+Green+Blue) = 170+40+144=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 40 (16.02% from 255 or 11.30% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2890 is #55D76F. Grayscale: #5A5A5A. Windows color (decimal): -5625712 or 9447594. OLE color: 9447594.

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

Color convert

RGB 170 40 144 -
CMYK 0 0.76 0.15 0.33
HSL 312º 0.62% 0.41% -
HSV(B) 312º 0.76% 0.67% -
XYZ 22.37 12.08 27.54 -
YUV 90.73 158.07 184.54 -
System Red Green Blue C M Y K H S L
Decimal 170 40 144 0 0.76 0.15 0.33 312 0.62 0.41
Hex AA 28 90 0 4C F 21 138 3E 29
Octal 252 50 220 0 114 17 41 470 76 51
Binary 10101010 101000 10010000 0 1001100 1111 100001 100111000 111110 101001

Color Harmonies of #AA2890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2890

Black with #AA2890

Text Example


Text Example

White with #AA2890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2890; }

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

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

background-color css

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

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

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

border-color css

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

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

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