#AE1679

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

Shades of Medium Violet Red #AE1679

Tints of Medium Violet Red #AE1679

Color information

#AE1679 (or 0xAE1679) is unknown color: approx Medium Violet Red. HEX triplet: AE, 16 and 79. RGB value is (174,22,121). Sum of RGB (Red+Green+Blue) = 174+22+121=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE1679 is #51E986. Grayscale: #4E4E4E. Windows color (decimal): -5368199 or 7935662. OLE color: 7935662.

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

Color convert

RGB17422121-
CMYK00.870.300.32
HSL320.92º77.55%38.43%-
HSV(B)320.92º87.36%68.24%-
XYZ21.1910.9519.09-
YUV78.73151.86195.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.89%
GREEN value IS 22 (8.98% from 255) = 6.94%
BLUE value IS 121 (47.66% from 255) = 38.17%
R=54.89%
G=6.94%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742212100.870.300.32320.9277.5538.43
HexAE16790571E201414e26
Octal256261710127364050111646
Binary1010111010110111100101010111111101000001010000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1679; }

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

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

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

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

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

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

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

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