Html Css Color HEX #AE0486 Medium Violet Red

📋 copy color: '#AE0486'

red 174 ◦ green 4 ◦ blue 134

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

Shades of Medium Violet Red #AE0486

Tints of Medium Violet Red #AE0486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 55.77%
G = 1.28%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AE0486 (or 0xAE0486) is known color: Medium Violet Red. HEX triplet: AE, 04 and 86. RGB value is (174,4,134). Sum of RGB (Red+Green+Blue) = 174+4+134=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0486 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0486 is #51FB79. Grayscale: #454545. Windows color (decimal): -5372794 or 8783022. OLE color: 8783022.

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

Color convert

RGB 174 4 134 -
CMYK 0 0.98 0.23 0.32
HSL 314.12º 0.96% 0.35% -
HSV(B) 314.12º 0.98% 0.68% -
XYZ 21.8 10.81 23.49 -
YUV 69.65 164.32 202.43 -
System Red Green Blue C M Y K H S L
Decimal 174 4 134 0 0.98 0.23 0.32 314.12 0.96 0.35
Hex AE 4 86 0 62 17 20 13A 60 23
Octal 256 4 206 0 142 27 40 472 140 43
Binary 10101110 100 10000110 0 1100010 10111 100000 100111010 1100000 100011

Color Harmonies of #AE0486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0486

Black with #AE0486

Text Example


Text Example

White with #AE0486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0486; }

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

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

background-color css

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

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

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

border-color css

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

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

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