Html Css Color HEX #AE2472 Medium Red Violet

📋 copy color: '#AE2472'

red 174 ◦ green 36 ◦ blue 114

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

Shades of Medium Red Violet #AE2472

Tints of Medium Red Violet #AE2472

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.11%

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

R = 53.7%
G = 11.11%
B = 35.19%

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

#AE2472 (or 0xAE2472) is known color: Medium Red Violet. HEX triplet: AE, 24 and 72. RGB value is (174,36,114). Sum of RGB (Red+Green+Blue) = 174+36+114=324 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.70% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2472 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2472 is #51DB8D. Grayscale: #555555. Windows color (decimal): -5364622 or 7480494. OLE color: 7480494.

HSL color Cylindrical-coordinate representation of color #AE2472: hue angle of 326.09º degrees, saturation: 0.66, 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 #AE2472 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 36 114 -
CMYK 0 0.79 0.34 0.32
HSL 326.09º 0.66% 0.41% -
HSV(B) 326.09º 0.79% 0.68% -
XYZ 21.12 11.48 17.02 -
YUV 86.15 143.72 190.66 -
System Red Green Blue C M Y K H S L
Decimal 174 36 114 0 0.79 0.34 0.32 326.09 0.66 0.41
Hex AE 24 72 0 4F 22 20 146 42 29
Octal 256 44 162 0 117 42 40 506 102 51
Binary 10101110 100100 1110010 0 1001111 100010 100000 101000110 1000010 101001

Color Harmonies of #AE2472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2472

Black with #AE2472

Text Example


Text Example

White with #AE2472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2472; }

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

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

background-color css

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

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

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

border-color css

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

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

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