#AE0B7B

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

Shades of Medium Violet Red #AE0B7B

Tints of Medium Violet Red #AE0B7B

Color information

#AE0B7B (or 0xAE0B7B) is unknown color: approx Medium Violet Red. HEX triplet: AE, 0B and 7B. RGB value is (174,11,123). Sum of RGB (Red+Green+Blue) = 174+11+123=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0B7B is #51F484. Grayscale: #484848. Windows color (decimal): -5371013 or 8063918. OLE color: 8063918.

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

Color convert

RGB17411123-
CMYK00.940.290.32
HSL318.77º88.11%36.27%-
HSV(B)318.77º93.68%68.24%-
XYZ21.1510.6719.68-
YUV72.5156.5200.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 56.49%
GREEN value IS 11 (4.69% from 255) = 3.57%
BLUE value IS 123 (48.44% from 255) = 39.94%
R=56.49%
G=3.57%
B=39.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741112300.940.290.32318.7788.1136.27
HexAEB7B05E1D2013f5824
Octal256131730136354047713044
Binary101011101011111101101011110111011000001001111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0B7B; }

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

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

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

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

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

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

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

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