Html Css Color HEX #AA1889 Medium Violet Red

📋 copy color: '#AA1889'

red 170 ◦ green 24 ◦ blue 137

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

Shades of Medium Violet Red #AA1889

Tints of Medium Violet Red #AA1889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

 BLUE value IS 137 (53.91% from 255) = 41.39%

R = 51.36%
G = 7.25%
B = 41.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA1889 (or 0xAA1889) is known color: Medium Violet Red. HEX triplet: AA, 18 and 89. RGB value is (170,24,137). Sum of RGB (Red+Green+Blue) = 170+24+137=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1889 is #55E776. Grayscale: #505050. Windows color (decimal): -5629815 or 8984746. OLE color: 8984746.

HSL color Cylindrical-coordinate representation of color #AA1889: hue angle of 313.56º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1889 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 137 -
CMYK 0 0.86 0.19 0.33
HSL 313.56º 0.75% 0.38% -
HSV(B) 313.56º 0.86% 0.67% -
XYZ 21.42 11.01 24.66 -
YUV 80.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 170 24 137 0 0.86 0.19 0.33 313.56 0.75 0.38
Hex AA 18 89 0 56 13 21 13A 4B 26
Octal 252 30 211 0 126 23 41 472 113 46
Binary 10101010 11000 10001001 0 1010110 10011 100001 100111010 1001011 100110

Color Harmonies of #AA1889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1889

Black with #AA1889

Text Example


Text Example

White with #AA1889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1889; }

 p { color: rgb(170,24,137); }

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

background-color css

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

 a { background-color: rgb(170,24,137); }

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

border-color css

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

 span { border-color: rgb(170,24,137); }

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