#AE468B

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

Shades of Medium Red Violet #AE468B

Tints of Medium Red Violet #AE468B

Color information

#AE468B (or 0xAE468B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 46 and 8B. RGB value is (174,70,139). Sum of RGB (Red+Green+Blue) = 174+70+139=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE468B is #51B974. Grayscale: #6C6C6C. Windows color (decimal): -5355893 or 9127598. OLE color: 9127598.

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

Color convert

RGB17470139-
CMYK00.600.200.32
HSL320.19º42.62%47.84%-
HSV(B)320.19º59.77%68.24%-
XYZ24.3115.2426.09-
YUV108.96144.96174.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 70 (27.73% from 255) = 18.28%
BLUE value IS 139 (54.69% from 255) = 36.29%
R=45.43%
G=18.28%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747013900.600.200.32320.1942.6247.84
HexAE468B03C14201402b30
Octal25610621307424405005360
Binary10101110100011010001011011110010100100000101000000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE468B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE468B; }

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

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

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

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

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

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

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

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