#AF217F

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

Shades of Medium Red Violet #AF217F

Tints of Medium Red Violet #AF217F

Color information

#AF217F (or 0xAF217F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 21 and 7F. RGB value is (175,33,127). Sum of RGB (Red+Green+Blue) = 175+33+127=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF217F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF217F is #50DE80. Grayscale: #555555. Windows color (decimal): -5299841 or 8331695. OLE color: 8331695.

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

Color convert

RGB17533127-
CMYK00.810.270.31
HSL320.28º68.27%40.78%-
HSV(B)320.28º81.14%68.63%-
XYZ22.0511.7321.18-
YUV86.17151.04191.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 52.24%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 127 (50% from 255) = 37.91%
R=52.24%
G=9.85%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753312700.810.270.31320.2868.2740.78
HexAF217F0511B1F1404429
Octal257411770121333750010451
Binary1010111110000111111110101000111011111111010000001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF217F; }

 p { color: rgb(175,33,127); }

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

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

 a { background-color: rgb(175,33,127); }

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

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

 span { border-color: rgb(175,33,127); }

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