#AE2BAA

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

Shades of Medium Red Violet #AE2BAA

Tints of Medium Red Violet #AE2BAA

Color information

#AE2BAA (or 0xAE2BAA) is unknown color: approx Medium Red Violet. HEX triplet: AE, 2B and AA. RGB value is (174,43,170). Sum of RGB (Red+Green+Blue) = 174+43+170=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 43 (17.19% from 255 or 11.11% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE2BAA is #51D455. Grayscale: #606060. Windows color (decimal): -5362774 or 11152302. OLE color: 11152302.

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

Color convert

RGB17443170-
CMYK00.750.020.32
HSL301.83º60.37%42.55%-
HSV(B)301.83º75.29%68.24%-
XYZ25.5813.6339.31-
YUV96.65169.4183.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 43 (17.19% from 255) = 11.11%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=44.96%
G=11.11%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744317000.750.020.32301.8360.3742.55
HexAE2BAA04B22012e3c2b
Octal2565325201132404567453
Binary10101110101011101010100100101110100000100101110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2BAA; }

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

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

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

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

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

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

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

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