#AE276E

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

Shades of Medium Red Violet #AE276E

Tints of Medium Red Violet #AE276E

Color information

#AE276E (or 0xAE276E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 27 and 6E. RGB value is (174,39,110). Sum of RGB (Red+Green+Blue) = 174+39+110=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE276E is #51D891. Grayscale: #575757. Windows color (decimal): -5363858 or 7219118. OLE color: 7219118.

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

Color convert

RGB17439110-
CMYK00.780.370.32
HSL328.44º63.38%41.76%-
HSV(B)328.44º77.59%68.24%-
XYZ2111.5815.88-
YUV87.46140.73189.73-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 39 (15.62% from 255) = 12.07%
BLUE value IS 110 (43.36% from 255) = 34.06%
R=53.87%
G=12.07%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743911000.780.370.32328.4463.3841.76
HexAE276E04E25201483f2a
Octal25647156011645405107752
Binary10101110100111110111001001110100101100000101001000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE276E; }

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

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

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

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

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

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

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

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