#AE1AA7

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

Shades of Medium Violet Red #AE1AA7

Tints of Medium Violet Red #AE1AA7

Color information

#AE1AA7 (or 0xAE1AA7) is unknown color: approx Medium Violet Red. HEX triplet: AE, 1A and A7. RGB value is (174,26,167). Sum of RGB (Red+Green+Blue) = 174+26+167=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 167 (65.62% from 255 or 45.50% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE1AA7 is #51E558. Grayscale: #555555. Windows color (decimal): -5367129 or 10951342. OLE color: 10951342.

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

Color convert

RGB17426167-
CMYK00.850.040.32
HSL302.84º74%39.22%-
HSV(B)302.84º85.06%68.24%-
XYZ24.812.5337.67-
YUV86.33173.53190.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 167 (65.62% from 255) = 45.50%
R=47.41%
G=7.08%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1742616700.850.040.32302.847439.22
HexAE1AA705542012f4a27
Octal25632247012544045711247
Binary101011101101010100111010101011001000001001011111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1AA7; }

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

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

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

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

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

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

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

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