#AE0B8F

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

Shades of Medium Violet Red #AE0B8F

Tints of Medium Violet Red #AE0B8F

Color information

#AE0B8F (or 0xAE0B8F) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0B and 8F. RGB value is (174,11,143). Sum of RGB (Red+Green+Blue) = 174+11+143=328 (43% of max value = 765). Red value is 174 (68.36% from 255 or 53.05% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 143 (56.25% from 255 or 43.60% from 328); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AE0B8F is #51F470. Grayscale: #4A4A4A. Windows color (decimal): -5370993 or 9374638. OLE color: 9374638.

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

Color convert

RGB17411143-
CMYK00.940.180.32
HSL311.41º88.11%36.27%-
HSV(B)311.41º93.68%68.24%-
XYZ22.5311.2226.96-
YUV74.78166.5198.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 53.05%
GREEN value IS 11 (4.69% from 255) = 3.35%
BLUE value IS 143 (56.25% from 255) = 43.60%
R=53.05%
G=3.35%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741114300.940.180.32311.4188.1136.27
HexAEB8F05E12201375824
Octal256132170136224046713044
Binary1010111010111000111101011110100101000001001101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B8F; }

 p { color: rgb(174,11,143); }

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

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

 a { background-color: rgb(174,11,143); }

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

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

 span { border-color: rgb(174,11,143); }

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