Html Css Color HEX #AE0186 Medium Violet Red

📋 copy color: '#AE0186'

red 174 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #AE0186

Tints of Medium Violet Red #AE0186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 56.31%
G = 0.32%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE0186 (or 0xAE0186) is known color: Medium Violet Red. HEX triplet: AE, 01 and 86. RGB value is (174,1,134). Sum of RGB (Red+Green+Blue) = 174+1+134=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0186 is #51FE79. Grayscale: #434343. Windows color (decimal): -5373562 or 8782254. OLE color: 8782254.

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

Color convert

RGB 174 1 134 -
CMYK 0 0.99 0.23 0.32
HSL 313.87º 0.99% 0.34% -
HSV(B) 313.87º 0.99% 0.68% -
XYZ 21.77 10.74 23.48 -
YUV 67.89 165.31 203.69 -
System Red Green Blue C M Y K H S L
Decimal 174 1 134 0 0.99 0.23 0.32 313.87 0.99 0.34
Hex AE 1 86 0 63 17 20 13A 63 22
Octal 256 1 206 0 143 27 40 472 143 42
Binary 10101110 1 10000110 0 1100011 10111 100000 100111010 1100011 100010

Color Harmonies of #AE0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0186

Black with #AE0186

Text Example


Text Example

White with #AE0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0186; }

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

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

background-color css

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

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

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

border-color css

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

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

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