#AE2B84

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

Shades of Medium Red Violet #AE2B84

Tints of Medium Red Violet #AE2B84

Color information

#AE2B84 (or 0xAE2B84) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2B and 84. RGB value is (174,43,132). Sum of RGB (Red+Green+Blue) = 174+43+132=349 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.86% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2B84 is #51D47B. Grayscale: #5C5C5C. Windows color (decimal): -5362812 or 8661934. OLE color: 8661934.

HSL color Cylindrical-coordinate representation of color #AE2B84: hue angle of 319.24º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2B84 is Cyan = 0, Magento = 0.75, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB17443132-
CMYK00.750.240.32
HSL319.24º60.37%42.55%-
HSV(B)319.24º75.29%68.24%-
XYZ22.4812.3923.04-
YUV92.32150.4186.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.86%
GREEN value IS 43 (17.19% from 255) = 12.32%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=49.86%
G=12.32%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744313200.750.240.32319.2460.3742.55
HexAE2B8404B182013f3c2b
Octal25653204011330404777453
Binary10101110101011100001000100101111000100000100111111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B84; }

 p { color: rgb(174,43,132); }

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

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

 a { background-color: rgb(174,43,132); }

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

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

 span { border-color: rgb(174,43,132); }

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