#AE217E

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

Shades of Medium Red Violet #AE217E

Tints of Medium Red Violet #AE217E

Color information

#AE217E (or 0xAE217E) is unknown color: approx Medium Red Violet. HEX triplet: AE, 21 and 7E. RGB value is (174,33,126). Sum of RGB (Red+Green+Blue) = 174+33+126=333 (44% of max value = 765). Red value is 174 (68.36% from 255 or 52.25% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 174 - color contains mainly: red. Hex color #AE217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE217E is #51DE81. Grayscale: #555555. Windows color (decimal): -5365378 or 8266158. OLE color: 8266158.

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

Color convert

RGB17433126-
CMYK00.810.280.32
HSL320.43º68.12%40.59%-
HSV(B)320.43º81.03%68.24%-
XYZ21.7711.5920.83-
YUV85.76150.71190.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 52.25%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 126 (49.61% from 255) = 37.84%
R=52.25%
G=9.91%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1743312600.810.280.32320.4368.1240.59
HexAE217E0511C201404429
Octal256411760121344050010451
Binary10101110100001111111001010001111001000001010000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE217E; }

 p { color: rgb(174,33,126); }

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

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

 a { background-color: rgb(174,33,126); }

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

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

 span { border-color: rgb(174,33,126); }

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