Html Css Color HEX #AE1394 Medium Violet Red

📋 copy color: '#AE1394'

red 174 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #AE1394

Tints of Medium Violet Red #AE1394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 51.03%
G = 5.57%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE1394 (or 0xAE1394) is known color: Medium Violet Red. HEX triplet: AE, 13 and 94. RGB value is (174,19,148). Sum of RGB (Red+Green+Blue) = 174+19+148=341 (45% of max value = 765). Red value is 174 (68.36% from 255 or 51.03% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1394 is #51EC6B. Grayscale: #4F4F4F. Windows color (decimal): -5368940 or 9704366. OLE color: 9704366.

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

Color convert

RGB 174 19 148 -
CMYK 0 0.89 0.15 0.32
HSL 310.06º 0.8% 0.38% -
HSV(B) 310.06º 0.89% 0.68% -
XYZ 23.03 11.6 29.04 -
YUV 80.05 166.35 195.01 -
System Red Green Blue C M Y K H S L
Decimal 174 19 148 0 0.89 0.15 0.32 310.06 0.8 0.38
Hex AE 13 94 0 59 F 20 136 50 26
Octal 256 23 224 0 131 17 40 466 120 46
Binary 10101110 10011 10010100 0 1011001 1111 100000 100110110 1010000 100110

Color Harmonies of #AE1394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1394

Black with #AE1394

Text Example


Text Example

White with #AE1394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1394; }

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

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

background-color css

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

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

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

border-color css

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

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

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