#AE1685

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

Shades of Medium Violet Red #AE1685

Tints of Medium Violet Red #AE1685

Color information

#AE1685 (or 0xAE1685) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and 85. RGB value is (174,22,133). Sum of RGB (Red+Green+Blue) = 174+22+133=329 (43% of max value = 765). Red value is 174 (68.36% from 255 or 52.89% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE1685 is #51E97A. Grayscale: #4F4F4F. Windows color (decimal): -5368187 or 8722094. OLE color: 8722094.

HSL color Cylindrical-coordinate representation of color #AE1685: hue angle of 316.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AE1685 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17422133-
CMYK00.870.240.32
HSL316.18º77.55%38.43%-
HSV(B)316.18º87.36%68.24%-
XYZ21.9811.2723.21-
YUV80.1157.86194.97-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.89%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=52.89%
G=6.69%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742213300.870.240.32316.1877.5538.43
HexAE1685057182013c4e26
Octal256262050127304047411646
Binary10101110101101000010101010111110001000001001111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1685; }

 p { color: rgb(174,22,133); }

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

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

 a { background-color: rgb(174,22,133); }

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

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

 span { border-color: rgb(174,22,133); }

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