#AE097E

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

Shades of Medium Violet Red #AE097E

Tints of Medium Violet Red #AE097E

Color information

#AE097E (or 0xAE097E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 09 and 7E. RGB value is (174,9,126). Sum of RGB (Red+Green+Blue) = 174+9+126=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE097E is #51F681. Grayscale: #474747. Windows color (decimal): -5371522 or 8260014. OLE color: 8260014.

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

Color convert

RGB1749126-
CMYK00.950.280.32
HSL317.45º90.16%35.88%-
HSV(B)317.45º94.83%68.24%-
XYZ21.3210.720.68-
YUV71.67158.66200.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.31%
GREEN value IS 9 (3.91% from 255) = 2.91%
BLUE value IS 126 (49.61% from 255) = 40.78%
R=56.31%
G=2.91%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174912600.950.280.32317.4590.1635.88
HexAE97E05F1C2013d5a24
Octal256111760137344047513244
Binary101011101001111111001011111111001000001001111011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE097E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE097E; }

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

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

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

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

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

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

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

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