#AE088A

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

Shades of Medium Violet Red #AE088A

Tints of Medium Violet Red #AE088A

Color information

#AE088A (or 0xAE088A) is unknown color: approx Medium Violet Red. HEX triplet: AE, 08 and 8A. RGB value is (174,8,138). Sum of RGB (Red+Green+Blue) = 174+8+138=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 8 (3.52% from 255 or 2.5% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE088A is #51F775. Grayscale: #484848. Windows color (decimal): -5371766 or 9046190. OLE color: 9046190.

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

Color convert

RGB1748138-
CMYK00.950.210.32
HSL313.01º91.21%35.69%-
HSV(B)313.01º95.4%68.24%-
XYZ22.1311.0125-
YUV72.45165200.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 54.38%
GREEN value IS 8 (3.52% from 255) = 2.5%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=54.38%
G=2.5%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174813800.950.210.32313.0191.2135.69
HexAE88A05F15201395b24
Octal256102120137254047113344
Binary1010111010001000101001011111101011000001001110011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE088A; }

 p { color: rgb(174,8,138); }

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

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

 a { background-color: rgb(174,8,138); }

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

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

 span { border-color: rgb(174,8,138); }

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