#AE347E

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

Shades of Medium Red Violet #AE347E

Tints of Medium Red Violet #AE347E

Color information

#AE347E (or 0xAE347E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 34 and 7E. RGB value is (174,52,126). Sum of RGB (Red+Green+Blue) = 174+52+126=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE347E is #51CB81. Grayscale: #606060. Windows color (decimal): -5360514 or 8271022. OLE color: 8271022.

HSL color Cylindrical-coordinate representation of color #AE347E: hue angle of 323.61º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE347E is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17452126-
CMYK00.700.280.32
HSL323.61º53.98%44.31%-
HSV(B)323.61º70.11%68.24%-
XYZ22.4512.9621.06-
YUV96.91144.42182.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 52 (20.70% from 255) = 14.77%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=49.43%
G=14.77%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745212600.700.280.32323.6153.9844.31
HexAE347E0461C20144362c
Octal25664176010634405046654
Binary1010111011010011111100100011011100100000101000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE347E; }

 p { color: rgb(174,52,126); }

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

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

 a { background-color: rgb(174,52,126); }

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

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

 span { border-color: rgb(174,52,126); }

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