Html Css Color HEX #AA187D Medium Violet Red

📋 copy color: '#AA187D'

red 170 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #AA187D

Tints of Medium Violet Red #AA187D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 53.29%
G = 7.52%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA187D (or 0xAA187D) is known color: Medium Violet Red. HEX triplet: AA, 18 and 7D. RGB value is (170,24,125). Sum of RGB (Red+Green+Blue) = 170+24+125=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA187D is #55E782. Grayscale: #4E4E4E. Windows color (decimal): -5629827 or 8198314. OLE color: 8198314.

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

Color convert

RGB 170 24 125 -
CMYK 0 0.86 0.26 0.33
HSL 318.49º 0.75% 0.38% -
HSV(B) 318.49º 0.86% 0.67% -
XYZ 20.61 10.68 20.38 -
YUV 79.17 153.87 192.79 -
System Red Green Blue C M Y K H S L
Decimal 170 24 125 0 0.86 0.26 0.33 318.49 0.75 0.38
Hex AA 18 7D 0 56 1A 21 13E 4B 26
Octal 252 30 175 0 126 32 41 476 113 46
Binary 10101010 11000 1111101 0 1010110 11010 100001 100111110 1001011 100110

Color Harmonies of #AA187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA187D

Black with #AA187D

Text Example


Text Example

White with #AA187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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