Html Css Color HEX #AE2172 Medium Red Violet

📋 copy color: '#AE2172'

red 174 ◦ green 33 ◦ blue 114

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

Shades of Medium Red Violet #AE2172

Tints of Medium Red Violet #AE2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.28%

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

R = 54.21%
G = 10.28%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE2172 (or 0xAE2172) is known color: Medium Red Violet. HEX triplet: AE, 21 and 72. RGB value is (174,33,114). Sum of RGB (Red+Green+Blue) = 174+33+114=321 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.21% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2172 is #51DE8D. Grayscale: #545454. Windows color (decimal): -5365390 or 7479726. OLE color: 7479726.

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

Color convert

RGB 174 33 114 -
CMYK 0 0.81 0.34 0.32
HSL 325.53º 0.68% 0.41% -
HSV(B) 325.53º 0.81% 0.68% -
XYZ 21.04 11.3 16.99 -
YUV 84.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 174 33 114 0 0.81 0.34 0.32 325.53 0.68 0.41
Hex AE 21 72 0 51 22 20 146 44 29
Octal 256 41 162 0 121 42 40 506 104 51
Binary 10101110 100001 1110010 0 1010001 100010 100000 101000110 1000100 101001

Color Harmonies of #AE2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2172

Black with #AE2172

Text Example


Text Example

White with #AE2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2172; }

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

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

background-color css

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

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

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

border-color css

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

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

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