#AF359F

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

Shades of Medium Red Violet #AF359F

Tints of Medium Red Violet #AF359F

Color information

#AF359F (or 0xAF359F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 35 and 9F. RGB value is (175,53,159). Sum of RGB (Red+Green+Blue) = 175+53+159=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF359F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF359F is #50CA60. Grayscale: #656565. Windows color (decimal): -5294689 or 10433967. OLE color: 10433967.

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

Color convert

RGB17553159-
CMYK00.700.090.31
HSL307.87º53.51%44.71%-
HSV(B)307.87º69.71%68.63%-
XYZ25.2114.1634.21-
YUV101.56160.42180.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 53 (21.09% from 255) = 13.70%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=45.22%
G=13.70%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1755315900.700.090.31307.8753.5144.71
HexAF359F04691F134362d
Octal25765237010611374646655
Binary101011111101011001111101000110100111111100110100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF359F; }

 p { color: rgb(175,53,159); }

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

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

 a { background-color: rgb(175,53,159); }

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

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

 span { border-color: rgb(175,53,159); }

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