Html Css Color HEX #AE1799 Medium Violet Red

📋 copy color: '#AE1799'

red 174 ◦ green 23 ◦ blue 153

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

Shades of Medium Violet Red #AE1799

Tints of Medium Violet Red #AE1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.57%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 49.71%
G = 6.57%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#AE1799 (or 0xAE1799) is known color: Medium Violet Red. HEX triplet: AE, 17 and 99. RGB value is (174,23,153). Sum of RGB (Red+Green+Blue) = 174+23+153=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 23 (9.38% from 255 or 6.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1799 is #51E866. Grayscale: #525252. Windows color (decimal): -5367911 or 10033070. OLE color: 10033070.

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

Color convert

RGB 174 23 153 -
CMYK 0 0.87 0.12 0.32
HSL 308.34º 0.77% 0.39% -
HSV(B) 308.34º 0.87% 0.68% -
XYZ 23.51 11.91 31.2 -
YUV 82.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 174 23 153 0 0.87 0.12 0.32 308.34 0.77 0.39
Hex AE 17 99 0 57 C 20 134 4D 27
Octal 256 27 231 0 127 14 40 464 115 47
Binary 10101110 10111 10011001 0 1010111 1100 100000 100110100 1001101 100111

Color Harmonies of #AE1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1799

Black with #AE1799

Text Example


Text Example

White with #AE1799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1799; }

 p { color: rgb(174,23,153); }

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

background-color css

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

 a { background-color: rgb(174,23,153); }

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

border-color css

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

 span { border-color: rgb(174,23,153); }

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