#AE1BA7

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

Shades of Medium Violet Red #AE1BA7

Tints of Medium Violet Red #AE1BA7

Color information

#AE1BA7 (or 0xAE1BA7) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1B and A7. RGB value is (174,27,167). Sum of RGB (Red+Green+Blue) = 174+27+167=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 167 (65.62% from 255 or 45.38% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1BA7 is #51E458. Grayscale: #565656. Windows color (decimal): -5366873 or 10951598. OLE color: 10951598.

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

Color convert

RGB17427167-
CMYK00.840.040.32
HSL302.86º73.13%39.41%-
HSV(B)302.86º84.48%68.24%-
XYZ24.8212.5737.68-
YUV86.91173.2190.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 167 (65.62% from 255) = 45.38%
R=47.28%
G=7.34%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742716700.840.040.32302.8673.1339.41
HexAE1BA705442012f4927
Octal25633247012444045711147
Binary101011101101110100111010101001001000001001011111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1BA7; }

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

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

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

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

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

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

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

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