Html Css Color HEX #AE1186 Medium Violet Red

📋 copy color: '#AE1186'

red 174 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #AE1186

Tints of Medium Violet Red #AE1186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.23%

 BLUE value IS 134 (52.73% from 255) = 41.23%

R = 53.54%
G = 5.23%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE1186 (or 0xAE1186) is known color: Medium Violet Red. HEX triplet: AE, 11 and 86. RGB value is (174,17,134). Sum of RGB (Red+Green+Blue) = 174+17+134=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1186 is #51EE79. Grayscale: #4C4C4C. Windows color (decimal): -5369466 or 8786350. OLE color: 8786350.

HSL color Cylindrical-coordinate representation of color #AE1186: hue angle of 315.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1186 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 134 -
CMYK 0 0.90 0.23 0.32
HSL 315.29º 0.82% 0.37% -
HSV(B) 315.29º 0.9% 0.68% -
XYZ 21.96 11.12 23.54 -
YUV 77.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 174 17 134 0 0.90 0.23 0.32 315.29 0.82 0.37
Hex AE 11 86 0 5A 17 20 13B 52 25
Octal 256 21 206 0 132 27 40 473 122 45
Binary 10101110 10001 10000110 0 1011010 10111 100000 100111011 1010010 100101

Color Harmonies of #AE1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1186

Black with #AE1186

Text Example


Text Example

White with #AE1186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1186; }

 p { color: rgb(174,17,134); }

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

background-color css

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

 a { background-color: rgb(174,17,134); }

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

border-color css

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

 span { border-color: rgb(174,17,134); }

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