#AE367A

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

Shades of Medium Red Violet #AE367A

Tints of Medium Red Violet #AE367A

Color information

#AE367A (or 0xAE367A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 36 and 7A. RGB value is (174,54,122). Sum of RGB (Red+Green+Blue) = 174+54+122=350 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 174 - color contains mainly: red. Hex color #AE367A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE367A is #51C985. Grayscale: #616161. Windows color (decimal): -5360006 or 8009390. OLE color: 8009390.

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

Color convert

RGB17454122-
CMYK00.690.300.32
HSL326º52.63%44.71%-
HSV(B)326º68.97%68.24%-
XYZ22.2913.0419.76-
YUV97.63141.76182.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.71%
GREEN value IS 54 (21.48% from 255) = 15.43%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=49.71%
G=15.43%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745412200.690.300.3232652.6344.71
HexAE367A0451E20146352d
Octal25666172010536405066555
Binary1010111011011011110100100010111110100000101000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE367A; }

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

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

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

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

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

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

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

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