#AF259F

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

Shades of Medium Red Violet #AF259F

Tints of Medium Red Violet #AF259F

Color information

#AF259F (or 0xAF259F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 25 and 9F. RGB value is (175,37,159). Sum of RGB (Red+Green+Blue) = 175+37+159=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF259F is #50DA60. Grayscale: #5B5B5B. Windows color (decimal): -5298785 or 10429871. OLE color: 10429871.

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

Color convert

RGB17537159-
CMYK00.790.090.31
HSL306.96º65.09%41.57%-
HSV(B)306.96º78.86%68.63%-
XYZ24.612.9434-
YUV92.17165.72187.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 9.97%
BLUE value IS 159 (62.5% from 255) = 42.86%
R=47.17%
G=9.97%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753715900.790.090.31306.9665.0941.57
HexAF259F04F91F133412a
Octal257452370117113746310152
Binary1010111110010110011111010011111001111111001100111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF259F; }

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

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

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

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

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

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

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

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