Html Css Color HEX #AE0C94 Medium Violet Red

📋 copy color: '#AE0C94'

red 174 ◦ green 12 ◦ blue 148

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

Shades of Medium Violet Red #AE0C94

Tints of Medium Violet Red #AE0C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.59%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 52.1%
G = 3.59%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE0C94 (or 0xAE0C94) is known color: Medium Violet Red. HEX triplet: AE, 0C and 94. RGB value is (174,12,148). Sum of RGB (Red+Green+Blue) = 174+12+148=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0C94 is #51F36B. Grayscale: #4B4B4B. Windows color (decimal): -5370732 or 9702574. OLE color: 9702574.

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

Color convert

RGB 174 12 148 -
CMYK 0 0.93 0.15 0.32
HSL 309.63º 0.87% 0.36% -
HSV(B) 309.63º 0.93% 0.68% -
XYZ 22.93 11.4 29.01 -
YUV 75.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 174 12 148 0 0.93 0.15 0.32 309.63 0.87 0.36
Hex AE C 94 0 5D F 20 136 57 24
Octal 256 14 224 0 135 17 40 466 127 44
Binary 10101110 1100 10010100 0 1011101 1111 100000 100110110 1010111 100100

Color Harmonies of #AE0C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0C94

Black with #AE0C94

Text Example


Text Example

White with #AE0C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0C94; }

 p { color: rgb(174,12,148); }

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

background-color css

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

 a { background-color: rgb(174,12,148); }

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

border-color css

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

 span { border-color: rgb(174,12,148); }

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