#AE448A

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

Shades of Medium Red Violet #AE448A

Tints of Medium Red Violet #AE448A

Color information

#AE448A (or 0xAE448A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 44 and 8A. RGB value is (174,68,138). Sum of RGB (Red+Green+Blue) = 174+68+138=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448A is #51BB75. Grayscale: #6B6B6B. Windows color (decimal): -5356406 or 9061550. OLE color: 9061550.

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

Color convert

RGB17468138-
CMYK00.610.210.32
HSL320.38º43.8%47.45%-
HSV(B)320.38º60.92%68.24%-
XYZ24.1114.9725.66-
YUV107.67145.12175.31-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 138 (54.30% from 255) = 36.32%
R=45.79%
G=17.89%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746813800.610.210.32320.3843.847.45
HexAE448A03D15201402c2f
Octal25610421207525405005457
Binary10101110100010010001010011110110101100000101000000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE448A; }

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

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

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

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

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

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

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

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