#AE367E

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

Shades of Medium Red Violet #AE367E

Tints of Medium Red Violet #AE367E

Color information

#AE367E (or 0xAE367E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 36 and 7E. RGB value is (174,54,126). Sum of RGB (Red+Green+Blue) = 174+54+126=354 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.15% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 174 - color contains mainly: red. Hex color #AE367E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE367E is #51C981. Grayscale: #616161. Windows color (decimal): -5360002 or 8271534. OLE color: 8271534.

HSL color Cylindrical-coordinate representation of color #AE367E: hue angle of 324º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE367E is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17454126-
CMYK00.690.280.32
HSL324º52.63%44.71%-
HSV(B)324º68.97%68.24%-
XYZ22.5413.1421.09-
YUV98.09143.76182.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.15%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 126 (49.61% from 255) = 35.59%
R=49.15%
G=15.25%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745412600.690.280.3232452.6344.71
HexAE367E0451C20144352d
Octal25666176010534405046555
Binary1010111011011011111100100010111100100000101000100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE367E; }

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

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

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

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

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

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

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

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