#AE1BA8

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

Shades of Medium Violet Red #AE1BA8

Tints of Medium Violet Red #AE1BA8

Color information

#AE1BA8 (or 0xAE1BA8) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1B and A8. RGB value is (174,27,168). Sum of RGB (Red+Green+Blue) = 174+27+168=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 168 (66.02% from 255 or 45.53% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA8 is #51E457. Grayscale: #565656. Windows color (decimal): -5366872 or 11017134. OLE color: 11017134.

HSL color Cylindrical-coordinate representation of color #AE1BA8: hue angle of 302.45º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE1BA8 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB17427168-
CMYK00.840.030.32
HSL302.45º73.13%39.41%-
HSV(B)302.45º84.48%68.24%-
XYZ24.9212.6138.17-
YUV87.03173.7190.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 27 (10.94% from 255) = 7.32%
BLUE value IS 168 (66.02% from 255) = 45.53%
R=47.15%
G=7.32%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742716800.840.030.32302.4573.1339.41
HexAE1BA805432012e4927
Octal25633250012434045611147
Binary10101110110111010100001010100111000001001011101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BA8; }

 p { color: rgb(174,27,168); }

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

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

 a { background-color: rgb(174,27,168); }

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

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

 span { border-color: rgb(174,27,168); }

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