#AE3378

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

Shades of Medium Red Violet #AE3378

Tints of Medium Red Violet #AE3378

Color information

#AE3378 (or 0xAE3378) is unknown color: approx Medium Red Violet. HEX triplet: AE, 33 and 78. RGB value is (174,51,120). Sum of RGB (Red+Green+Blue) = 174+51+120=345 (45% of max value = 765). Red value is 174 (68.36% from 255 or 50.43% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3378 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE3378 is #51CC87. Grayscale: #5F5F5F. Windows color (decimal): -5360776 or 7877550. OLE color: 7877550.

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

Color convert

RGB17451120-
CMYK00.710.310.32
HSL326.34º54.67%44.12%-
HSV(B)326.34º70.69%68.24%-
XYZ22.0312.7219.06-
YUV95.64141.75183.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50.43%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 120 (47.27% from 255) = 34.78%
R=50.43%
G=14.78%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1745112000.710.310.32326.3454.6744.12
HexAE33780471F20146372c
Octal25663170010737405066754
Binary1010111011001111110000100011111111100000101000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3378; }

 p { color: rgb(174,51,120); }

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

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

 a { background-color: rgb(174,51,120); }

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

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

 span { border-color: rgb(174,51,120); }

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