#AE327B

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

Shades of Medium Red Violet #AE327B

Tints of Medium Red Violet #AE327B

Color information

#AE327B (or 0xAE327B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 32 and 7B. RGB value is (174,50,123). Sum of RGB (Red+Green+Blue) = 174+50+123=347 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.14% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 174 - color contains mainly: red. Hex color #AE327B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE327B is #51CD84. Grayscale: #5F5F5F. Windows color (decimal): -5361029 or 8073902. OLE color: 8073902.

HSL color Cylindrical-coordinate representation of color #AE327B: hue angle of 324.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE327B is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB17450123-
CMYK00.710.290.32
HSL324.68º55.36%43.92%-
HSV(B)324.68º71.26%68.24%-
XYZ22.1712.7120.02-
YUV95.4143.58184.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.14%
GREEN value IS 50 (19.92% from 255) = 14.41%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=50.14%
G=14.41%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745012300.710.290.32324.6855.3643.92
HexAE327B0471D20145372c
Octal25662173010735405056754
Binary1010111011001011110110100011111101100000101000101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE327B; }

 p { color: rgb(174,50,123); }

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

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

 a { background-color: rgb(174,50,123); }

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

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

 span { border-color: rgb(174,50,123); }

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