Html Css Color HEX #AA189A Medium Violet Red

📋 copy color: '#AA189A'

red 170 ◦ green 24 ◦ blue 154

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

Shades of Medium Violet Red #AA189A

Tints of Medium Violet Red #AA189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.25%

R = 48.85%
G = 6.9%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA189A (or 0xAA189A) is known color: Medium Violet Red. HEX triplet: AA, 18 and 9A. RGB value is (170,24,154). Sum of RGB (Red+Green+Blue) = 170+24+154=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA189A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA189A is #55E765. Grayscale: #525252. Windows color (decimal): -5629798 or 10098858. OLE color: 10098858.

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

Color convert

RGB 170 24 154 -
CMYK 0 0.86 0.09 0.33
HSL 306.58º 0.75% 0.38% -
HSV(B) 306.58º 0.86% 0.67% -
XYZ 22.74 11.53 31.6 -
YUV 82.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 170 24 154 0 0.86 0.09 0.33 306.58 0.75 0.38
Hex AA 18 9A 0 56 9 21 133 4B 26
Octal 252 30 232 0 126 11 41 463 113 46
Binary 10101010 11000 10011010 0 1010110 1001 100001 100110011 1001011 100110

Color Harmonies of #AA189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA189A

Black with #AA189A

Text Example


Text Example

White with #AA189A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA189A; }

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

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

background-color css

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

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

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

border-color css

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

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

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