Html Css Color HEX #AE2079 Medium Red Violet

📋 copy color: '#AE2079'

red 174 ◦ green 32 ◦ blue 121

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

Shades of Medium Red Violet #AE2079

Tints of Medium Red Violet #AE2079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 37%

R = 53.21%
G = 9.79%
B = 37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE2079 (or 0xAE2079) is known color: Medium Red Violet. HEX triplet: AE, 20 and 79. RGB value is (174,32,121). Sum of RGB (Red+Green+Blue) = 174+32+121=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 32 (12.89% from 255 or 9.79% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2079 is #51DF86. Grayscale: #545454. Windows color (decimal): -5365639 or 7938222. OLE color: 7938222.

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

Color convert

RGB 174 32 121 -
CMYK 0 0.82 0.30 0.32
HSL 322.39º 0.69% 0.4% -
HSV(B) 322.39º 0.82% 0.68% -
XYZ 21.42 11.41 19.16 -
YUV 84.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 174 32 121 0 0.82 0.30 0.32 322.39 0.69 0.4
Hex AE 20 79 0 52 1E 20 142 45 28
Octal 256 40 171 0 122 36 40 502 105 50
Binary 10101110 100000 1111001 0 1010010 11110 100000 101000010 1000101 101000

Color Harmonies of #AE2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2079

Black with #AE2079

Text Example


Text Example

White with #AE2079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2079; }

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

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

background-color css

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

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

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

border-color css

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

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

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