#AF2171

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

Shades of Medium Red Violet #AF2171

Tints of Medium Red Violet #AF2171

Color information

#AF2171 (or 0xAF2171) is unknown color: approx Medium Red Violet. HEX triplet: AF, 21 and 71. RGB value is (175,33,113). Sum of RGB (Red+Green+Blue) = 175+33+113=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2171 is #50DE8E. Grayscale: #545454. Windows color (decimal): -5299855 or 7414191. OLE color: 7414191.

HSL color Cylindrical-coordinate representation of color #AF2171: hue angle of 326.2º 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 #AF2171 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17533113-
CMYK00.810.350.31
HSL326.2º68.27%40.78%-
HSV(B)326.2º81.14%68.63%-
XYZ21.211.3916.7-
YUV84.58144.04192.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.52%
GREEN value IS 33 (13.28% from 255) = 10.28%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=54.52%
G=10.28%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753311300.810.350.31326.268.2740.78
HexAF2171051231F1464429
Octal257411610121433750610451
Binary10101111100001111000101010001100011111111010001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2171; }

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

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

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

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

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

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

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

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