#AE278E

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

Shades of Medium Red Violet #AE278E

Tints of Medium Red Violet #AE278E

Color information

#AE278E (or 0xAE278E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 8E. RGB value is (174,39,142). Sum of RGB (Red+Green+Blue) = 174+39+142=355 (47% of max value = 765). Red value is 174 (68.36% from 255 or 49.01% from 355); Green value is 39 (15.62% from 255 or 10.99% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 174 - color contains mainly: red. Hex color #AE278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE278E is #51D871. Grayscale: #5A5A5A. Windows color (decimal): -5363826 or 9316270. OLE color: 9316270.

HSL color Cylindrical-coordinate representation of color #AE278E: hue angle of 314.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE278E is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB17439142-
CMYK00.780.180.32
HSL314.22º63.38%41.76%-
HSV(B)314.22º77.59%68.24%-
XYZ23.0612.426.77-
YUV91.11156.73187.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.01%
GREEN value IS 39 (15.62% from 255) = 10.99%
BLUE value IS 142 (55.86% from 255) = 40%
R=49.01%
G=10.99%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743914200.780.180.32314.2263.3841.76
HexAE278E04E122013a3f2a
Octal25647216011622404727752
Binary10101110100111100011100100111010010100000100111010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE278E; }

 p { color: rgb(174,39,142); }

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

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

 a { background-color: rgb(174,39,142); }

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

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

 span { border-color: rgb(174,39,142); }

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