#AE308B

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

Shades of Medium Red Violet #AE308B

Tints of Medium Red Violet #AE308B

Color information

#AE308B (or 0xAE308B) is unknown color: approx Medium Red Violet. HEX triplet: AE, 30 and 8B. RGB value is (174,48,139). Sum of RGB (Red+Green+Blue) = 174+48+139=361 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.20% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 174 - color contains mainly: red. Hex color #AE308B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE308B is #51CF74. Grayscale: #5F5F5F. Windows color (decimal): -5361525 or 9121966. OLE color: 9121966.

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

Color convert

RGB17448139-
CMYK00.720.200.32
HSL316.67º56.76%43.53%-
HSV(B)316.67º72.41%68.24%-
XYZ23.1712.9825.71-
YUV96.05152.24183.6-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.20%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=48.20%
G=13.30%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1744813900.720.200.32316.6756.7643.53
HexAE308B048142013d392c
Octal25660213011024404757154
Binary10101110110000100010110100100010100100000100111101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE308B; }

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

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

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

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

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

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

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

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