Html Css Color HEX #AE1377 Medium Violet Red

📋 copy color: '#AE1377'

red 174 ◦ green 19 ◦ blue 119

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

Shades of Medium Violet Red #AE1377

Tints of Medium Violet Red #AE1377

RGB

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

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

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

R = 55.77%
G = 6.09%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE1377 (or 0xAE1377) is known color: Medium Violet Red. HEX triplet: AE, 13 and 77. RGB value is (174,19,119). Sum of RGB (Red+Green+Blue) = 174+19+119=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1377 is #51EC88. Grayscale: #4C4C4C. Windows color (decimal): -5368969 or 7803822. OLE color: 7803822.

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

Color convert

RGB 174 19 119 -
CMYK 0 0.89 0.32 0.32
HSL 321.29º 0.8% 0.38% -
HSV(B) 321.29º 0.89% 0.68% -
XYZ 21.02 10.8 18.43 -
YUV 76.75 151.85 197.37 -
System Red Green Blue C M Y K H S L
Decimal 174 19 119 0 0.89 0.32 0.32 321.29 0.8 0.38
Hex AE 13 77 0 59 20 20 141 50 26
Octal 256 23 167 0 131 40 40 501 120 46
Binary 10101110 10011 1110111 0 1011001 100000 100000 101000001 1010000 100110

Color Harmonies of #AE1377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1377

Black with #AE1377

Text Example


Text Example

White with #AE1377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1377; }

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

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

background-color css

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

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

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

border-color css

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

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

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