Html Css Color HEX #AE0D93 Medium Violet Red

📋 copy color: '#AE0D93'

red 174 ◦ green 13 ◦ blue 147

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

Shades of Medium Violet Red #AE0D93

Tints of Medium Violet Red #AE0D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.01%

R = 52.1%
G = 3.89%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE0D93 (or 0xAE0D93) is known color: Medium Violet Red. HEX triplet: AE, 0D and 93. RGB value is (174,13,147). Sum of RGB (Red+Green+Blue) = 174+13+147=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0D93 is #51F26C. Grayscale: #4C4C4C. Windows color (decimal): -5370477 or 9637294. OLE color: 9637294.

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

Color convert

RGB 174 13 147 -
CMYK 0 0.93 0.16 0.32
HSL 310.06º 0.86% 0.37% -
HSV(B) 310.06º 0.93% 0.68% -
XYZ 22.87 11.39 28.6 -
YUV 76.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 174 13 147 0 0.93 0.16 0.32 310.06 0.86 0.37
Hex AE D 93 0 5D 10 20 136 56 25
Octal 256 15 223 0 135 20 40 466 126 45
Binary 10101110 1101 10010011 0 1011101 10000 100000 100110110 1010110 100101

Color Harmonies of #AE0D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D93

Black with #AE0D93

Text Example


Text Example

White with #AE0D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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