Html Css Color HEX #AE188B Medium Violet Red

📋 copy color: '#AE188B'

red 174 ◦ green 24 ◦ blue 139

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

Shades of Medium Violet Red #AE188B

Tints of Medium Violet Red #AE188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 51.63%
G = 7.12%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE188B (or 0xAE188B) is known color: Medium Violet Red. HEX triplet: AE, 18 and 8B. RGB value is (174,24,139). Sum of RGB (Red+Green+Blue) = 174+24+139=337 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.63% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 174 - color contains mainly: red. Hex color #AE188B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE188B is #51E774. Grayscale: #515151. Windows color (decimal): -5367669 or 9115822. OLE color: 9115822.

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

Color convert

RGB 174 24 139 -
CMYK 0 0.86 0.20 0.32
HSL 314º 0.76% 0.39% -
HSV(B) 314º 0.86% 0.68% -
XYZ 22.44 11.52 25.47 -
YUV 81.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 174 24 139 0 0.86 0.20 0.32 314 0.76 0.39
Hex AE 18 8B 0 56 14 20 13A 4C 27
Octal 256 30 213 0 126 24 40 472 114 47
Binary 10101110 11000 10001011 0 1010110 10100 100000 100111010 1001100 100111

Color Harmonies of #AE188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE188B

Black with #AE188B

Text Example


Text Example

White with #AE188B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE188B; }

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

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

background-color css

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

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

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

border-color css

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

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

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