#af3f85

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

Shades of Medium Red Violet #AF3F85

Tints of Medium Red Violet #AF3F85

Color information

#AF3F85 (or 0xAF3F85) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3F and 85. RGB value is (175,63,133). Sum of RGB (Red+Green+Blue) = 175+63+133=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F85 is #50C07A. Grayscale: #686868. Windows color (decimal): -5292155 or 8732591. OLE color: 8732591.

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

Color convert

RGB17563133-
CMYK00.640.240.31
HSL322.5º47.06%46.67%-
HSV(B)322.5º64%68.63%-
XYZ23.6914.3623.71-
YUV104.47144.11178.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.17%
GREEN value IS 63 (25% from 255) = 16.98%
BLUE value IS 133 (52.34% from 255) = 35.85%
R=47.17%
G=16.98%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756313300.640.240.31322.547.0646.67
HexAF3F85040181F1422f2f
Octal25777205010030375025757
Binary1010111111111110000101010000001100011111101000010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3f85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3f85; }

 p { color: rgb(175,63,133); }

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

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

 a { background-color: rgb(175,63,133); }

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

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

 span { border-color: rgb(175,63,133); }

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