Html Css Color HEX #AE227F Medium Red Violet

📋 copy color: '#AE227F'

red 174 ◦ green 34 ◦ blue 127

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

Shades of Medium Red Violet #AE227F

Tints of Medium Red Violet #AE227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.91%

R = 51.94%
G = 10.15%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE227F (or 0xAE227F) is known color: Medium Red Violet. HEX triplet: AE, 22 and 7F. RGB value is (174,34,127). Sum of RGB (Red+Green+Blue) = 174+34+127=335 (44% of max value = 765). Red value is 174 (68.36% from 255 or 51.94% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 174 - color contains mainly: red. Hex color #AE227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE227F is #51DD80. Grayscale: #565656. Windows color (decimal): -5365121 or 8331950. OLE color: 8331950.

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

Color convert

RGB 174 34 127 -
CMYK 0 0.80 0.27 0.32
HSL 320.14º 0.67% 0.41% -
HSV(B) 320.14º 0.8% 0.68% -
XYZ 21.86 11.68 21.18 -
YUV 86.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 174 34 127 0 0.80 0.27 0.32 320.14 0.67 0.41
Hex AE 22 7F 0 50 1B 20 140 43 29
Octal 256 42 177 0 120 33 40 500 103 51
Binary 10101110 100010 1111111 0 1010000 11011 100000 101000000 1000011 101001

Color Harmonies of #AE227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE227F

Black with #AE227F

Text Example


Text Example

White with #AE227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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