Html Css Color HEX #AE228A Medium Red Violet

📋 copy color: '#AE228A'

red 174 ◦ green 34 ◦ blue 138

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

Shades of Medium Red Violet #AE228A

Tints of Medium Red Violet #AE228A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 50.29%
G = 9.83%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE228A (or 0xAE228A) is known color: Medium Red Violet. HEX triplet: AE, 22 and 8A. RGB value is (174,34,138). Sum of RGB (Red+Green+Blue) = 174+34+138=346 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.29% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 174 - color contains mainly: red. Hex color #AE228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE228A is #51DD75. Grayscale: #575757. Windows color (decimal): -5365110 or 9052846. OLE color: 9052846.

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

Color convert

RGB 174 34 138 -
CMYK 0 0.80 0.21 0.32
HSL 315.43º 0.67% 0.41% -
HSV(B) 315.43º 0.8% 0.68% -
XYZ 22.62 11.98 25.16 -
YUV 87.72 156.38 189.54 -
System Red Green Blue C M Y K H S L
Decimal 174 34 138 0 0.80 0.21 0.32 315.43 0.67 0.41
Hex AE 22 8A 0 50 15 20 13B 43 29
Octal 256 42 212 0 120 25 40 473 103 51
Binary 10101110 100010 10001010 0 1010000 10101 100000 100111011 1000011 101001

Color Harmonies of #AE228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE228A

Black with #AE228A

Text Example


Text Example

White with #AE228A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE228A; }

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

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

background-color css

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

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

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

border-color css

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

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

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