Html Css Color HEX #AE187D Medium Violet Red

📋 copy color: '#AE187D'

red 174 ◦ green 24 ◦ blue 125

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

Shades of Medium Violet Red #AE187D

Tints of Medium Violet Red #AE187D

RGB

 RED value IS 174 (68.36% from 255) = 53.87%

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

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

R = 53.87%
G = 7.43%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE187D (or 0xAE187D) is known color: Medium Violet Red. HEX triplet: AE, 18 and 7D. RGB value is (174,24,125). Sum of RGB (Red+Green+Blue) = 174+24+125=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE187D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE187D is #51E782. Grayscale: #505050. Windows color (decimal): -5367683 or 8198318. OLE color: 8198318.

HSL color Cylindrical-coordinate representation of color #AE187D: hue angle of 319.6º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE187D is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 125 -
CMYK 0 0.86 0.28 0.32
HSL 319.6º 0.76% 0.39% -
HSV(B) 319.6º 0.86% 0.68% -
XYZ 21.48 11.13 20.42 -
YUV 80.36 153.2 194.79 -
System Red Green Blue C M Y K H S L
Decimal 174 24 125 0 0.86 0.28 0.32 319.6 0.76 0.39
Hex AE 18 7D 0 56 1C 20 140 4C 27
Octal 256 30 175 0 126 34 40 500 114 47
Binary 10101110 11000 1111101 0 1010110 11100 100000 101000000 1001100 100111

Color Harmonies of #AE187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE187D

Black with #AE187D

Text Example


Text Example

White with #AE187D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE187D; }

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

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

background-color css

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

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

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

border-color css

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

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

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