#AE2372

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

Shades of Medium Red Violet #AE2372

Tints of Medium Red Violet #AE2372

Color information

#AE2372 (or 0xAE2372) is unknown color: approx Medium Red Violet. HEX triplet: AE, 23 and 72. RGB value is (174,35,114). Sum of RGB (Red+Green+Blue) = 174+35+114=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2372 is #51DC8D. Grayscale: #555555. Windows color (decimal): -5364878 or 7480238. OLE color: 7480238.

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

Color convert

RGB17435114-
CMYK00.800.340.32
HSL325.9º66.51%40.98%-
HSV(B)325.9º79.89%68.24%-
XYZ21.0911.4217.01-
YUV85.57144.05191.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 114 (44.92% from 255) = 35.29%
R=53.87%
G=10.84%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743511400.800.340.32325.966.5140.98
HexAE237205022201464329
Octal256431620120424050610351
Binary101011101000111110010010100001000101000001010001101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2372; }

 p { color: rgb(174,35,114); }

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

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

 a { background-color: rgb(174,35,114); }

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

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

 span { border-color: rgb(174,35,114); }

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