#af2471

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

Shades of Medium Red Violet #AF2471

Tints of Medium Red Violet #AF2471

Color information

#AF2471 (or 0xAF2471) is unknown color: approx Medium Red Violet. HEX triplet: AF, 24 and 71. RGB value is (175,36,113). Sum of RGB (Red+Green+Blue) = 175+36+113=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 36 (14.45% from 255 or 11.11% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2471 is #50DB8E. Grayscale: #565656. Windows color (decimal): -5299087 or 7414959. OLE color: 7414959.

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

Color convert

RGB17536113-
CMYK00.790.350.31
HSL326.76º65.88%41.37%-
HSV(B)326.76º79.43%68.63%-
XYZ21.2911.5716.73-
YUV86.34143.05191.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.01%
GREEN value IS 36 (14.45% from 255) = 11.11%
BLUE value IS 113 (44.53% from 255) = 34.88%
R=54.01%
G=11.11%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753611300.790.350.31326.7665.8841.37
HexAF247104F231F1474229
Octal257441610117433750710251
Binary10101111100100111000101001111100011111111010001111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af2471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af2471; }

 p { color: rgb(175,36,113); }

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

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

 a { background-color: rgb(175,36,113); }

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

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

 span { border-color: rgb(175,36,113); }

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