#AF3491

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

Shades of Medium Red Violet #AF3491

Tints of Medium Red Violet #AF3491

Color information

#AF3491 (or 0xAF3491) is unknown color: approx Medium Red Violet. HEX triplet: AF, 34 and 91. RGB value is (175,52,145). Sum of RGB (Red+Green+Blue) = 175+52+145=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3491 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3491 is #50CB6E. Grayscale: #636363. Windows color (decimal): -5294959 or 9516207. OLE color: 9516207.

HSL color Cylindrical-coordinate representation of color #AF3491: hue angle of 314.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3491 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB17552145-
CMYK00.700.170.31
HSL314.63º54.19%44.51%-
HSV(B)314.63º70.29%68.63%-
XYZ24.0213.6128.15-
YUV99.38153.75181.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.04%
GREEN value IS 52 (20.70% from 255) = 13.98%
BLUE value IS 145 (57.03% from 255) = 38.98%
R=47.04%
G=13.98%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755214500.700.170.31314.6354.1944.51
HexAF3491046111F13b362d
Octal25764221010621374736655
Binary1010111111010010010001010001101000111111100111011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3491; }

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

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

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

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

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

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

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

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