#AF3C91

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

Shades of Medium Red Violet #AF3C91

Tints of Medium Red Violet #AF3C91

Color information

#AF3C91 (or 0xAF3C91) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3C and 91. RGB value is (175,60,145). Sum of RGB (Red+Green+Blue) = 175+60+145=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C91 is #50C36E. Grayscale: #676767. Windows color (decimal): -5292911 or 9518255. OLE color: 9518255.

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

Color convert

RGB17560145-
CMYK00.660.170.31
HSL315.65º48.94%46.08%-
HSV(B)315.65º65.71%68.63%-
XYZ24.4114.3928.28-
YUV104.07151.1178.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 60 (23.83% from 255) = 15.79%
BLUE value IS 145 (57.03% from 255) = 38.16%
R=46.05%
G=15.79%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756014500.660.170.31315.6548.9446.08
HexAF3C91042111F13c312e
Octal25774221010221374746156
Binary1010111111110010010001010000101000111111100111100110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3C91; }

 p { color: rgb(175,60,145); }

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

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

 a { background-color: rgb(175,60,145); }

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

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

 span { border-color: rgb(175,60,145); }

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