Html Css Color HEX #AA1289 Medium Violet Red

📋 copy color: '#AA1289'

red 170 ◦ green 18 ◦ blue 137

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

Shades of Medium Violet Red #AA1289

Tints of Medium Violet Red #AA1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

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

R = 52.31%
G = 5.54%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA1289 (or 0xAA1289) is known color: Medium Violet Red. HEX triplet: AA, 12 and 89. RGB value is (170,18,137). Sum of RGB (Red+Green+Blue) = 170+18+137=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1289 is #55ED76. Grayscale: #4C4C4C. Windows color (decimal): -5631351 or 8983210. OLE color: 8983210.

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

Color convert

RGB 170 18 137 -
CMYK 0 0.89 0.19 0.33
HSL 313.03º 0.81% 0.37% -
HSV(B) 313.03º 0.89% 0.67% -
XYZ 21.31 10.78 24.63 -
YUV 77.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 170 18 137 0 0.89 0.19 0.33 313.03 0.81 0.37
Hex AA 12 89 0 59 13 21 139 51 25
Octal 252 22 211 0 131 23 41 471 121 45
Binary 10101010 10010 10001001 0 1011001 10011 100001 100111001 1010001 100101

Color Harmonies of #AA1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1289

Black with #AA1289

Text Example


Text Example

White with #AA1289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1289; }

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

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

background-color css

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

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

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

border-color css

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

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

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