#AE3082

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

Shades of Medium Red Violet #AE3082

Tints of Medium Red Violet #AE3082

Color information

#AE3082 (or 0xAE3082) is unknown color: approx Medium Red Violet. HEX triplet: AE, 30 and 82. RGB value is (174,48,130). Sum of RGB (Red+Green+Blue) = 174+48+130=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE3082 is #51CF7D. Grayscale: #5E5E5E. Windows color (decimal): -5361534 or 8532142. OLE color: 8532142.

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

Color convert

RGB17448130-
CMYK00.720.250.32
HSL320.95º56.76%43.53%-
HSV(B)320.95º72.41%68.24%-
XYZ22.5412.7222.39-
YUV95.02147.74184.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 48 (19.14% from 255) = 13.64%
BLUE value IS 130 (51.17% from 255) = 36.93%
R=49.43%
G=13.64%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744813000.720.250.32320.9556.7643.53
HexAE30820481920141392c
Octal25660202011031405017154
Binary10101110110000100000100100100011001100000101000001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3082; }

 p { color: rgb(174,48,130); }

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

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

 a { background-color: rgb(174,48,130); }

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

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

 span { border-color: rgb(174,48,130); }

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