#AE0792

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

Shades of Medium Violet Red #AE0792

Tints of Medium Violet Red #AE0792

Color information

#AE0792 (or 0xAE0792) is unknown color: approx Medium Violet Red. HEX triplet: AE, 07 and 92. RGB value is (174,7,146). Sum of RGB (Red+Green+Blue) = 174+7+146=327 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.21% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0792 is #51F86D. Grayscale: #484848. Windows color (decimal): -5372014 or 9570222. OLE color: 9570222.

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

Color convert

RGB1747146-
CMYK00.960.160.32
HSL310.06º92.27%35.49%-
HSV(B)310.06º95.98%68.24%-
XYZ22.7211.2328.16-
YUV72.78169.33200.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.21%
GREEN value IS 7 (3.12% from 255) = 2.14%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=53.21%
G=2.14%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174714600.960.160.32310.0692.2735.49
HexAE79206010201365c23
Octal25672220140204046613443
Binary101011101111001001001100000100001000001001101101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0792; }

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

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

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

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

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

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

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

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