Html Css Color HEX #AE2077 Medium Red Violet

📋 copy color: '#AE2077'

red 174 ◦ green 32 ◦ blue 119

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

Shades of Medium Red Violet #AE2077

Tints of Medium Red Violet #AE2077

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

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

R = 53.54%
G = 9.85%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AE2077 (or 0xAE2077) is known color: Medium Red Violet. HEX triplet: AE, 20 and 77. RGB value is (174,32,119). Sum of RGB (Red+Green+Blue) = 174+32+119=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 119 (46.88% from 255 or 36.62% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2077 is #51DF88. Grayscale: #545454. Windows color (decimal): -5365641 or 7807150. OLE color: 7807150.

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

Color convert

RGB 174 32 119 -
CMYK 0 0.82 0.32 0.32
HSL 323.24º 0.69% 0.4% -
HSV(B) 323.24º 0.82% 0.68% -
XYZ 21.3 11.36 18.52 -
YUV 84.38 147.54 191.93 -
System Red Green Blue C M Y K H S L
Decimal 174 32 119 0 0.82 0.32 0.32 323.24 0.69 0.4
Hex AE 20 77 0 52 20 20 143 45 28
Octal 256 40 167 0 122 40 40 503 105 50
Binary 10101110 100000 1110111 0 1010010 100000 100000 101000011 1000101 101000

Color Harmonies of #AE2077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2077

Black with #AE2077

Text Example


Text Example

White with #AE2077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2077; }

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

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

background-color css

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

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

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

border-color css

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

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

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