Html Css Color HEX #AE229F Medium Red Violet

📋 copy color: '#AE229F'

red 174 ◦ green 34 ◦ blue 159

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

Shades of Medium Red Violet #AE229F

Tints of Medium Red Violet #AE229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 47.41%
G = 9.26%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.32

RGB Variations

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

Color information

#AE229F (or 0xAE229F) is known color: Medium Red Violet. HEX triplet: AE, 22 and 9F. RGB value is (174,34,159). Sum of RGB (Red+Green+Blue) = 174+34+159=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE229F is #51DD60. Grayscale: #595959. Windows color (decimal): -5365089 or 10429102. OLE color: 10429102.

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

Color convert

RGB 174 34 159 -
CMYK 0 0.80 0.09 0.32
HSL 306.43º 0.67% 0.41% -
HSV(B) 306.43º 0.8% 0.68% -
XYZ 24.29 12.65 33.96 -
YUV 90.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 174 34 159 0 0.80 0.09 0.32 306.43 0.67 0.41
Hex AE 22 9F 0 50 9 20 132 43 29
Octal 256 42 237 0 120 11 40 462 103 51
Binary 10101110 100010 10011111 0 1010000 1001 100000 100110010 1000011 101001

Color Harmonies of #AE229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE229F

Black with #AE229F

Text Example


Text Example

White with #AE229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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