Html Css Color HEX #AE2273 Medium Red Violet

📋 copy color: '#AE2273'

red 174 ◦ green 34 ◦ blue 115

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

Shades of Medium Red Violet #AE2273

Tints of Medium Red Violet #AE2273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

 BLUE value IS 115 (45.31% from 255) = 35.6%

R = 53.87%
G = 10.53%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE2273 (or 0xAE2273) is known color: Medium Red Violet. HEX triplet: AE, 22 and 73. RGB value is (174,34,115). Sum of RGB (Red+Green+Blue) = 174+34+115=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 115 (45.31% from 255 or 35.60% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2273 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2273 is #51DD8C. Grayscale: #545454. Windows color (decimal): -5365133 or 7545518. OLE color: 7545518.

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

Color convert

RGB 174 34 115 -
CMYK 0 0.80 0.34 0.32
HSL 325.29º 0.67% 0.41% -
HSV(B) 325.29º 0.8% 0.68% -
XYZ 21.12 11.38 17.3 -
YUV 85.09 144.88 191.41 -
System Red Green Blue C M Y K H S L
Decimal 174 34 115 0 0.80 0.34 0.32 325.29 0.67 0.41
Hex AE 22 73 0 50 22 20 145 43 29
Octal 256 42 163 0 120 42 40 505 103 51
Binary 10101110 100010 1110011 0 1010000 100010 100000 101000101 1000011 101001

Color Harmonies of #AE2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2273

Black with #AE2273

Text Example


Text Example

White with #AE2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2273; }

 p { color: rgb(174,34,115); }

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

background-color css

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

 a { background-color: rgb(174,34,115); }

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

border-color css

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

 span { border-color: rgb(174,34,115); }

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