#AE4081

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

Shades of Medium Red Violet #AE4081

Tints of Medium Red Violet #AE4081

Color information

#AE4081 (or 0xAE4081) is unknown color: approx Medium Red Violet. HEX triplet: AE, 40 and 81. RGB value is (174,64,129). Sum of RGB (Red+Green+Blue) = 174+64+129=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE4081 is #51BF7E. Grayscale: #686868. Windows color (decimal): -5357439 or 8470702. OLE color: 8470702.

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

Color convert

RGB17464129-
CMYK00.630.260.32
HSL324.55º46.22%46.67%-
HSV(B)324.55º63.22%68.24%-
XYZ23.2514.2522.29-
YUV104.3141.94177.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 64 (25.39% from 255) = 17.44%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=47.41%
G=17.44%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746412900.630.260.32324.5546.2246.67
HexAE408103F1A201452e2f
Octal25610020107732405055657
Binary10101110100000010000001011111111010100000101000101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4081; }

 p { color: rgb(174,64,129); }

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

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

 a { background-color: rgb(174,64,129); }

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

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

 span { border-color: rgb(174,64,129); }

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