#AE1BA6

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

Shades of Medium Violet Red #AE1BA6

Tints of Medium Violet Red #AE1BA6

Color information

#AE1BA6 (or 0xAE1BA6) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1B and A6. RGB value is (174,27,166). Sum of RGB (Red+Green+Blue) = 174+27+166=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA6 is #51E459. Grayscale: #565656. Windows color (decimal): -5366874 or 10886062. OLE color: 10886062.

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

Color convert

RGB17427166-
CMYK00.840.050.32
HSL303.27º73.13%39.41%-
HSV(B)303.27º84.48%68.24%-
XYZ24.7312.5437.19-
YUV86.8172.7190.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 27 (10.94% from 255) = 7.36%
BLUE value IS 166 (65.23% from 255) = 45.23%
R=47.41%
G=7.36%
B=45.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742716600.840.050.32303.2773.1339.41
HexAE1BA605452012f4927
Octal25633246012454045711147
Binary101011101101110100110010101001011000001001011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BA6; }

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

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

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

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

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

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

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

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