#AE448B

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

Shades of Medium Red Violet #AE448B

Tints of Medium Red Violet #AE448B

Color information

#AE448B (or 0xAE448B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 44 and 8B. RGB value is (174,68,139). Sum of RGB (Red+Green+Blue) = 174+68+139=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE448B is #51BB74. Grayscale: #6B6B6B. Windows color (decimal): -5356405 or 9127086. OLE color: 9127086.

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

Color convert

RGB17468139-
CMYK00.610.200.32
HSL319.81º43.8%47.45%-
HSV(B)319.81º60.92%68.24%-
XYZ24.181526.05-
YUV107.79145.62175.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 139 (54.69% from 255) = 36.48%
R=45.67%
G=17.85%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746813900.610.200.32319.8143.847.45
HexAE448B03D14201402c2f
Octal25610421307524405005457
Binary10101110100010010001011011110110100100000101000000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE448B; }

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

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

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

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

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

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

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

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