#AE449A

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

Shades of Medium Red Violet #AE449A

Tints of Medium Red Violet #AE449A

Color information

#AE449A (or 0xAE449A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 44 and 9A. RGB value is (174,68,154). Sum of RGB (Red+Green+Blue) = 174+68+154=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE449A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE449A is #51BB65. Grayscale: #6D6D6D. Windows color (decimal): -5356390 or 10110126. OLE color: 10110126.

HSL color Cylindrical-coordinate representation of color #AE449A: hue angle of 311.32º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE449A is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB17468154-
CMYK00.610.110.32
HSL311.32º43.8%47.45%-
HSV(B)311.32º60.92%68.24%-
XYZ25.3615.4732.22-
YUV109.5153.12174.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 154 (60.55% from 255) = 38.89%
R=43.94%
G=17.17%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746815400.610.110.32311.3243.847.45
HexAE449A03DB201372c2f
Octal25610423207513404675457
Binary1010111010001001001101001111011011100000100110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE449A; }

 p { color: rgb(174,68,154); }

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

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

 a { background-color: rgb(174,68,154); }

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

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

 span { border-color: rgb(174,68,154); }

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