#AE318E

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

Shades of Medium Red Violet #AE318E

Tints of Medium Red Violet #AE318E

Color information

#AE318E (or 0xAE318E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 31 and 8E. RGB value is (174,49,142). Sum of RGB (Red+Green+Blue) = 174+49+142=365 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.67% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 174 - color contains mainly: red. Hex color #AE318E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE318E is #51CE71. Grayscale: #606060. Windows color (decimal): -5361266 or 9318830. OLE color: 9318830.

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

Color convert

RGB17449142-
CMYK00.720.180.32
HSL315.36º56.05%43.73%-
HSV(B)315.36º71.84%68.24%-
XYZ23.4413.1526.89-
YUV96.98153.41182.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.67%
GREEN value IS 49 (19.53% from 255) = 13.42%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=47.67%
G=13.42%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744914200.720.180.32315.3656.0543.73
HexAE318E048122013b382c
Octal25661216011022404737054
Binary10101110110001100011100100100010010100000100111011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE318E; }

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

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

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

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

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

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

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

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