Html Css Color HEX #AE2572 Medium Red Violet

📋 copy color: '#AE2572'

red 174 ◦ green 37 ◦ blue 114

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

Shades of Medium Red Violet #AE2572

Tints of Medium Red Violet #AE2572

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 53.54%
G = 11.38%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE2572 (or 0xAE2572) is known color: Medium Red Violet. HEX triplet: AE, 25 and 72. RGB value is (174,37,114). Sum of RGB (Red+Green+Blue) = 174+37+114=325 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.54% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2572 is #51DA8D. Grayscale: #565656. Windows color (decimal): -5364366 or 7480750. OLE color: 7480750.

HSL color Cylindrical-coordinate representation of color #AE2572: hue angle of 326.28º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE2572 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 114 -
CMYK 0 0.79 0.34 0.32
HSL 326.28º 0.65% 0.41% -
HSV(B) 326.28º 0.79% 0.68% -
XYZ 21.15 11.54 17.03 -
YUV 86.74 143.39 190.24 -
System Red Green Blue C M Y K H S L
Decimal 174 37 114 0 0.79 0.34 0.32 326.28 0.65 0.41
Hex AE 25 72 0 4F 22 20 146 41 29
Octal 256 45 162 0 117 42 40 506 101 51
Binary 10101110 100101 1110010 0 1001111 100010 100000 101000110 1000001 101001

Color Harmonies of #AE2572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2572

Black with #AE2572

Text Example


Text Example

White with #AE2572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2572; }

 p { color: rgb(174,37,114); }

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

background-color css

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

 a { background-color: rgb(174,37,114); }

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

border-color css

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

 span { border-color: rgb(174,37,114); }

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