#AE0292

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

Shades of Medium Violet Red #AE0292

Tints of Medium Violet Red #AE0292

Color information

#AE0292 (or 0xAE0292) is unknown color: approx Medium Violet Red. HEX triplet: AE, 02 and 92. RGB value is (174,2,146). Sum of RGB (Red+Green+Blue) = 174+2+146=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0292 is #51FD6D. Grayscale: #454545. Windows color (decimal): -5373294 or 9568942. OLE color: 9568942.

HSL color Cylindrical-coordinate representation of color #AE0292: hue angle of 309.77º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0292 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB1742146-
CMYK00.990.160.32
HSL309.77º97.73%34.51%-
HSV(B)309.77º98.85%68.24%-
XYZ22.6711.1228.15-
YUV69.84170.98202.29-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.04%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=54.04%
G=0.62%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174214600.990.160.32309.7797.7334.51
HexAE29206310201366223
Octal25622220143204046614243
Binary10101110101001001001100011100001000001001101101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0292; }

 p { color: rgb(174,2,146); }

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

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

 a { background-color: rgb(174,2,146); }

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

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

 span { border-color: rgb(174,2,146); }

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