Html Css Color HEX #AA188C Medium Violet Red

📋 copy color: '#AA188C'

red 170 ◦ green 24 ◦ blue 140

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

Shades of Medium Violet Red #AA188C

Tints of Medium Violet Red #AA188C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 50.9%
G = 7.19%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AA188C (or 0xAA188C) is known color: Medium Violet Red. HEX triplet: AA, 18 and 8C. RGB value is (170,24,140). Sum of RGB (Red+Green+Blue) = 170+24+140=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA188C is #55E773. Grayscale: #505050. Windows color (decimal): -5629812 or 9181354. OLE color: 9181354.

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

Color convert

RGB 170 24 140 -
CMYK 0 0.86 0.18 0.33
HSL 312.33º 0.75% 0.38% -
HSV(B) 312.33º 0.86% 0.67% -
XYZ 21.64 11.09 25.81 -
YUV 80.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 170 24 140 0 0.86 0.18 0.33 312.33 0.75 0.38
Hex AA 18 8C 0 56 12 21 138 4B 26
Octal 252 30 214 0 126 22 41 470 113 46
Binary 10101010 11000 10001100 0 1010110 10010 100001 100111000 1001011 100110

Color Harmonies of #AA188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA188C

Black with #AA188C

Text Example


Text Example

White with #AA188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA188C; }

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

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

background-color css

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

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

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

border-color css

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

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

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