Html Css Color HEX #AE1577 Medium Violet Red

📋 copy color: '#AE1577'

red 174 ◦ green 21 ◦ blue 119

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

Shades of Medium Violet Red #AE1577

Tints of Medium Violet Red #AE1577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 55.41%
G = 6.69%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1577 (or 0xAE1577) is known color: Medium Violet Red. HEX triplet: AE, 15 and 77. RGB value is (174,21,119). Sum of RGB (Red+Green+Blue) = 174+21+119=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1577 is #51EA88. Grayscale: #4D4D4D. Windows color (decimal): -5368457 or 7804334. OLE color: 7804334.

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

Color convert

RGB 174 21 119 -
CMYK 0 0.88 0.32 0.32
HSL 321.57º 0.78% 0.38% -
HSV(B) 321.57º 0.88% 0.68% -
XYZ 21.05 10.87 18.44 -
YUV 77.92 151.19 196.53 -
System Red Green Blue C M Y K H S L
Decimal 174 21 119 0 0.88 0.32 0.32 321.57 0.78 0.38
Hex AE 15 77 0 58 20 20 142 4E 26
Octal 256 25 167 0 130 40 40 502 116 46
Binary 10101110 10101 1110111 0 1011000 100000 100000 101000010 1001110 100110

Color Harmonies of #AE1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1577

Black with #AE1577

Text Example


Text Example

White with #AE1577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1577; }

 p { color: rgb(174,21,119); }

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

background-color css

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

 a { background-color: rgb(174,21,119); }

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

border-color css

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

 span { border-color: rgb(174,21,119); }

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