#AE3A8D

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

Shades of Medium Red Violet #AE3A8D

Tints of Medium Red Violet #AE3A8D

Color information

#AE3A8D (or 0xAE3A8D) is unknown color: approx Medium Red Violet. HEX triplet: AE, 3A and 8D. RGB value is (174,58,141). Sum of RGB (Red+Green+Blue) = 174+58+141=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3A8D is #51C572. Grayscale: #656565. Windows color (decimal): -5358963 or 9255598. OLE color: 9255598.

HSL color Cylindrical-coordinate representation of color #AE3A8D: hue angle of 317.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3A8D is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB17458141-
CMYK00.670.190.32
HSL317.07º50%45.49%-
HSV(B)317.07º66.67%68.24%-
XYZ23.7813.9526.64-
YUV102.15149.93179.25-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=46.65%
G=15.55%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745814100.670.190.32317.075045.49
HexAE3A8D043132013d322d
Octal25672215010323404756255
Binary10101110111010100011010100001110011100000100111101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3A8D; }

 p { color: rgb(174,58,141); }

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

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

 a { background-color: rgb(174,58,141); }

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

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

 span { border-color: rgb(174,58,141); }

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