Html Css Color HEX #AE229E Medium Red Violet

📋 copy color: '#AE229E'

red 174 ◦ green 34 ◦ blue 158

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

Shades of Medium Red Violet #AE229E

Tints of Medium Red Violet #AE229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.17%

R = 47.54%
G = 9.29%
B = 43.17%

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

#AE229E (or 0xAE229E) is known color: Medium Red Violet. HEX triplet: AE, 22 and 9E. RGB value is (174,34,158). Sum of RGB (Red+Green+Blue) = 174+34+158=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE229E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE229E is #51DD61. Grayscale: #595959. Windows color (decimal): -5365090 or 10363566. OLE color: 10363566.

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

Color convert

RGB 174 34 158 -
CMYK 0 0.80 0.09 0.32
HSL 306.86º 0.67% 0.41% -
HSV(B) 306.86º 0.8% 0.68% -
XYZ 24.2 12.61 33.51 -
YUV 90 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 174 34 158 0 0.80 0.09 0.32 306.86 0.67 0.41
Hex AE 22 9E 0 50 9 20 133 43 29
Octal 256 42 236 0 120 11 40 463 103 51
Binary 10101110 100010 10011110 0 1010000 1001 100000 100110011 1000011 101001

Color Harmonies of #AE229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE229E

Black with #AE229E

Text Example


Text Example

White with #AE229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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