#AE1283

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

Shades of Medium Violet Red #AE1283

Tints of Medium Violet Red #AE1283

Color information

#AE1283 (or 0xAE1283) is unknown color: approx Medium Violet Red. HEX triplet: AE, 12 and 83. RGB value is (174,18,131). Sum of RGB (Red+Green+Blue) = 174+18+131=323 (42% of max value = 765). Red value is 174 (68.36% from 255 or 53.87% from 323); Green value is 18 (7.42% from 255 or 5.57% from 323); Blue value is 131 (51.56% from 255 or 40.56% from 323); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1283 is #51ED7C. Grayscale: #4D4D4D. Windows color (decimal): -5369213 or 8589998. OLE color: 8589998.

HSL color Cylindrical-coordinate representation of color #AE1283: hue angle of 316.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1283 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB17418131-
CMYK00.900.250.32
HSL316.54º81.25%37.65%-
HSV(B)316.54º89.66%68.24%-
XYZ21.7711.0722.46-
YUV77.53158.18196.81-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.87%
GREEN value IS 18 (7.42% from 255) = 5.57%
BLUE value IS 131 (51.56% from 255) = 40.56%
R=53.87%
G=5.57%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741813100.900.250.32316.5481.2537.65
HexAE128305A192013d5126
Octal256222030132314047512146
Binary10101110100101000001101011010110011000001001111011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1283; }

 p { color: rgb(174,18,131); }

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

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

 a { background-color: rgb(174,18,131); }

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

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

 span { border-color: rgb(174,18,131); }

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