#AE248A

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

Shades of Medium Red Violet #AE248A

Tints of Medium Red Violet #AE248A

Color information

#AE248A (or 0xAE248A) is unknown color: approx Medium Red Violet. HEX triplet: AE, 24 and 8A. RGB value is (174,36,138). Sum of RGB (Red+Green+Blue) = 174+36+138=348 (46% of max value = 765). Red value is 174 (68.36% from 255 or 50% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 174 - color contains mainly: red. Hex color #AE248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AE248A is #51DB75. Grayscale: #585858. Windows color (decimal): -5364598 or 9053358. OLE color: 9053358.

HSL color Cylindrical-coordinate representation of color #AE248A: hue angle of 315.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE248A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB17436138-
CMYK00.790.210.32
HSL315.65º65.71%41.18%-
HSV(B)315.65º79.31%68.24%-
XYZ22.6712.125.18-
YUV88.89155.72188.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 50%
GREEN value IS 36 (14.45% from 255) = 10.34%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=50%
G=10.34%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743613800.790.210.32315.6565.7141.18
HexAE248A04F152013c4229
Octal256442120117254047410251
Binary101011101001001000101001001111101011000001001111001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE248A; }

 p { color: rgb(174,36,138); }

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

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

 a { background-color: rgb(174,36,138); }

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

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

 span { border-color: rgb(174,36,138); }

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