#ae0f7d

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

Shades of Medium Violet Red #AE0F7D

Tints of Medium Violet Red #AE0F7D

Color information

#AE0F7D (or 0xAE0F7D) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0F and 7D. RGB value is (174,15,125). Sum of RGB (Red+Green+Blue) = 174+15+125=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F7D is #51F082. Grayscale: #4A4A4A. Windows color (decimal): -5369987 or 8196014. OLE color: 8196014.

HSL color Cylindrical-coordinate representation of color #AE0F7D: hue angle of 318.49º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE0F7D is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB17415125-
CMYK00.910.280.32
HSL318.49º84.13%37.06%-
HSV(B)318.49º91.38%68.24%-
XYZ21.3310.8220.37-
YUV75.08156.18198.56-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 55.41%
GREEN value IS 15 (6.25% from 255) = 4.78%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=55.41%
G=4.78%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741512500.910.280.32318.4984.1337.06
HexAEF7D05B1C2013e5425
Octal256171750133344047612445
Binary101011101111111110101011011111001000001001111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae0f7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae0f7d; }

 p { color: rgb(174,15,125); }

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

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

 a { background-color: rgb(174,15,125); }

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

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

 span { border-color: rgb(174,15,125); }

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