#AE097B

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

Shades of Medium Violet Red #AE097B

Tints of Medium Violet Red #AE097B

Color information

#AE097B (or 0xAE097B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 09 and 7B. RGB value is (174,9,123). Sum of RGB (Red+Green+Blue) = 174+9+123=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE097B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE097B is #51F684. Grayscale: #474747. Windows color (decimal): -5371525 or 8063406. OLE color: 8063406.

HSL color Cylindrical-coordinate representation of color #AE097B: hue angle of 318.55º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE097B is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB1749123-
CMYK00.950.290.32
HSL318.55º90.16%35.88%-
HSV(B)318.55º94.83%68.24%-
XYZ21.1310.6219.68-
YUV71.33157.16201.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 9 (3.91% from 255) = 2.94%
BLUE value IS 123 (48.44% from 255) = 40.20%
R=56.86%
G=2.94%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174912300.950.290.32318.5590.1635.88
HexAE97B05F1D2013f5a24
Octal256111730137354047713244
Binary101011101001111101101011111111011000001001111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE097B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE097B; }

 p { color: rgb(174,9,123); }

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

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

 a { background-color: rgb(174,9,123); }

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

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

 span { border-color: rgb(174,9,123); }

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