Html Css Color HEX #AE228D Medium Red Violet

📋 copy color: '#AE228D'

red 174 ◦ green 34 ◦ blue 141

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

Shades of Medium Red Violet #AE228D

Tints of Medium Red Violet #AE228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 49.86%
G = 9.74%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE228D (or 0xAE228D) is known color: Medium Red Violet. HEX triplet: AE, 22 and 8D. RGB value is (174,34,141). Sum of RGB (Red+Green+Blue) = 174+34+141=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 34 (13.67% from 255 or 9.74% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE228D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE228D is #51DD72. Grayscale: #575757. Windows color (decimal): -5365107 or 9249454. OLE color: 9249454.

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

Color convert

RGB 174 34 141 -
CMYK 0 0.80 0.19 0.32
HSL 314.14º 0.67% 0.41% -
HSV(B) 314.14º 0.8% 0.68% -
XYZ 22.84 12.07 26.32 -
YUV 88.06 157.88 189.3 -
System Red Green Blue C M Y K H S L
Decimal 174 34 141 0 0.80 0.19 0.32 314.14 0.67 0.41
Hex AE 22 8D 0 50 13 20 13A 43 29
Octal 256 42 215 0 120 23 40 472 103 51
Binary 10101110 100010 10001101 0 1010000 10011 100000 100111010 1000011 101001

Color Harmonies of #AE228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE228D

Black with #AE228D

Text Example


Text Example

White with #AE228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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