#AE077D

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

Shades of Medium Violet Red #AE077D

Tints of Medium Violet Red #AE077D

Color information

#AE077D (or 0xAE077D) is unknown color: approx Medium Violet Red. HEX triplet: AE, 07 and 7D. RGB value is (174,7,125). Sum of RGB (Red+Green+Blue) = 174+7+125=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE077D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE077D is #51F882. Grayscale: #464646. Windows color (decimal): -5372035 or 8193966. OLE color: 8193966.

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

Color convert

RGB1747125-
CMYK00.960.280.32
HSL317.6º92.27%35.49%-
HSV(B)317.6º95.98%68.24%-
XYZ21.2310.6320.33-
YUV70.38158.83201.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.86%
GREEN value IS 7 (3.12% from 255) = 2.29%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=56.86%
G=2.29%
B=40.85%

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
Decimal174712500.960.280.32317.692.2735.49
HexAE77D0601C2013e5c23
Octal25671750140344047613443
Binary10101110111111110101100000111001000001001111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE077D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE077D; }

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

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

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

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

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

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

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

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