Html Css Color HEX #AE0D89 Medium Violet Red

📋 copy color: '#AE0D89'

red 174 ◦ green 13 ◦ blue 137

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

Shades of Medium Violet Red #AE0D89

Tints of Medium Violet Red #AE0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.01%

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 53.7%
G = 4.01%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE0D89 (or 0xAE0D89) is known color: Medium Violet Red. HEX triplet: AE, 0D and 89. RGB value is (174,13,137). Sum of RGB (Red+Green+Blue) = 174+13+137=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D89 is #51F276. Grayscale: #4A4A4A. Windows color (decimal): -5370487 or 8981934. OLE color: 8981934.

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

Color convert

RGB 174 13 137 -
CMYK 0 0.93 0.21 0.32
HSL 313.79º 0.86% 0.37% -
HSV(B) 313.79º 0.93% 0.68% -
XYZ 22.11 11.09 24.64 -
YUV 75.28 162.84 198.42 -
System Red Green Blue C M Y K H S L
Decimal 174 13 137 0 0.93 0.21 0.32 313.79 0.86 0.37
Hex AE D 89 0 5D 15 20 13A 56 25
Octal 256 15 211 0 135 25 40 472 126 45
Binary 10101110 1101 10001001 0 1011101 10101 100000 100111010 1010110 100101

Color Harmonies of #AE0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D89

Black with #AE0D89

Text Example


Text Example

White with #AE0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D89; }

 p { color: rgb(174,13,137); }

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

background-color css

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

 a { background-color: rgb(174,13,137); }

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

border-color css

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

 span { border-color: rgb(174,13,137); }

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