#AE278C

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

Shades of Medium Red Violet #AE278C

Tints of Medium Red Violet #AE278C

Color information

#AE278C (or 0xAE278C) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 8C. RGB value is (174,39,140). Sum of RGB (Red+Green+Blue) = 174+39+140=353 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.29% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 174 - color contains mainly: red. Hex color #AE278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE278C is #51D873. Grayscale: #5A5A5A. Windows color (decimal): -5363828 or 9185198. OLE color: 9185198.

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

Color convert

RGB17439140-
CMYK00.780.200.32
HSL315.11º63.38%41.76%-
HSV(B)315.11º77.59%68.24%-
XYZ22.9112.3425.99-
YUV90.88155.73187.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.29%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=49.29%
G=11.05%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743914000.780.200.32315.1163.3841.76
HexAE278C04E142013b3f2a
Octal25647214011624404737752
Binary10101110100111100011000100111010100100000100111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE278C; }

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

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

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

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

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

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

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

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