#AE229A

Color #AE229A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AE229A

Tints of Medium Red Violet #AE229A

Color information

#AE229A (or 0xAE229A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 22 and 9A. RGB value is (174,34,154). Sum of RGB (Red+Green+Blue) = 174+34+154=362 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.07% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 174 - color contains mainly: red. Hex color #AE229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE229A is #51DD65. Grayscale: #595959. Windows color (decimal): -5365094 or 10101422. OLE color: 10101422.

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

Color convert

RGB17434154-
CMYK00.800.110.32
HSL308.57º67.31%40.78%-
HSV(B)308.57º80.46%68.24%-
XYZ23.8612.4831.72-
YUV89.54164.38188.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.07%
GREEN value IS 34 (13.67% from 255) = 9.39%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=48.07%
G=9.39%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743415400.800.110.32308.5767.3140.78
HexAE229A050B201354329
Octal256422320120134046510351
Binary10101110100010100110100101000010111000001001101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE229A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE229A; }

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

 H1.HeaderClassName
 {
   color: #AE229A;
 }
 .AnyTagClassName
 {
   color: #AE229A;
 }
</style>
background-color css

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

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

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

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

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

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