#AF2671

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

Shades of Medium Red Violet #AF2671

Tints of Medium Red Violet #AF2671

Color information

#AF2671 (or 0xAF2671) is unknown color: approx Medium Red Violet. HEX triplet: AF, 26 and 71. RGB value is (175,38,113). Sum of RGB (Red+Green+Blue) = 175+38+113=326 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.68% from 326); Green value is 38 (15.23% from 255 or 11.66% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2671 is #50D98E. Grayscale: #575757. Windows color (decimal): -5298575 or 7415471. OLE color: 7415471.

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

Color convert

RGB17538113-
CMYK00.780.350.31
HSL327.15º64.32%41.76%-
HSV(B)327.15º78.29%68.63%-
XYZ21.3511.6916.75-
YUV87.51142.39190.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.68%
GREEN value IS 38 (15.23% from 255) = 11.66%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=53.68%
G=11.66%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753811300.780.350.31327.1564.3241.76
HexAF267104E231F147402a
Octal257461610116433750710052
Binary10101111100110111000101001110100011111111010001111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF2671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF2671; }

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

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

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

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

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

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

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

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