Html Css Color HEX #AE227E Medium Red Violet

📋 copy color: '#AE227E'

red 174 ◦ green 34 ◦ blue 126

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

Shades of Medium Red Violet #AE227E

Tints of Medium Red Violet #AE227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 37.72%

R = 52.1%
G = 10.18%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE227E (or 0xAE227E) is known color: Medium Red Violet. HEX triplet: AE, 22 and 7E. RGB value is (174,34,126). Sum of RGB (Red+Green+Blue) = 174+34+126=334 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.10% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 174 - color contains mainly: red. Hex color #AE227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE227E is #51DD81. Grayscale: #565656. Windows color (decimal): -5365122 or 8266414. OLE color: 8266414.

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

Color convert

RGB 174 34 126 -
CMYK 0 0.80 0.28 0.32
HSL 320.57º 0.67% 0.41% -
HSV(B) 320.57º 0.8% 0.68% -
XYZ 21.79 11.65 20.84 -
YUV 86.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 174 34 126 0 0.80 0.28 0.32 320.57 0.67 0.41
Hex AE 22 7E 0 50 1C 20 141 43 29
Octal 256 42 176 0 120 34 40 501 103 51
Binary 10101110 100010 1111110 0 1010000 11100 100000 101000001 1000011 101001

Color Harmonies of #AE227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE227E

Black with #AE227E

Text Example


Text Example

White with #AE227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE227E; }

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

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

background-color css

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

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

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

border-color css

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

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

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