#AE077E

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

Shades of Medium Violet Red #AE077E

Tints of Medium Violet Red #AE077E

Color information

#AE077E (or 0xAE077E) is unknown color: approx Medium Violet Red. HEX triplet: AE, 07 and 7E. RGB value is (174,7,126). Sum of RGB (Red+Green+Blue) = 174+7+126=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077E is #51F881. Grayscale: #464646. Windows color (decimal): -5372034 or 8259502. OLE color: 8259502.

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

Color convert

RGB1747126-
CMYK00.960.280.32
HSL317.25º92.27%35.49%-
HSV(B)317.25º95.98%68.24%-
XYZ21.310.6620.67-
YUV70.5159.33201.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.68%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=56.68%
G=2.28%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174712600.960.280.32317.2592.2735.49
HexAE77E0601C2013d5c23
Octal25671760140344047513443
Binary10101110111111111001100000111001000001001111011011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE077E; }

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

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

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

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

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

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

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

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