Html Css Color HEX #AA188A Medium Violet Red

📋 copy color: '#AA188A'

red 170 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #AA188A

Tints of Medium Violet Red #AA188A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.57%

R = 51.2%
G = 7.23%
B = 41.57%

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

#AA188A (or 0xAA188A) is known color: Medium Violet Red. HEX triplet: AA, 18 and 8A. RGB value is (170,24,138). Sum of RGB (Red+Green+Blue) = 170+24+138=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA188A is #55E775. Grayscale: #505050. Windows color (decimal): -5629814 or 9050282. OLE color: 9050282.

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

Color convert

RGB 170 24 138 -
CMYK 0 0.86 0.19 0.33
HSL 313.15º 0.75% 0.38% -
HSV(B) 313.15º 0.86% 0.67% -
XYZ 21.49 11.03 25.04 -
YUV 80.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 170 24 138 0 0.86 0.19 0.33 313.15 0.75 0.38
Hex AA 18 8A 0 56 13 21 139 4B 26
Octal 252 30 212 0 126 23 41 471 113 46
Binary 10101010 11000 10001010 0 1010110 10011 100001 100111001 1001011 100110

Color Harmonies of #AA188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA188A

Black with #AA188A

Text Example


Text Example

White with #AA188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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