#AF3F95

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

Shades of Medium Red Violet #AF3F95

Tints of Medium Red Violet #AF3F95

Color information

#AF3F95 (or 0xAF3F95) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3F and 95. RGB value is (175,63,149). Sum of RGB (Red+Green+Blue) = 175+63+149=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 149 (58.59% from 255 or 38.50% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F95 is #50C06A. Grayscale: #6A6A6A. Windows color (decimal): -5292139 or 9781167. OLE color: 9781167.

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

Color convert

RGB17563149-
CMYK00.640.150.31
HSL313.93º47.06%46.67%-
HSV(B)313.93º64%68.63%-
XYZ24.8814.8429.99-
YUV106.29152.11177.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 63 (25% from 255) = 16.28%
BLUE value IS 149 (58.59% from 255) = 38.50%
R=45.22%
G=16.28%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756314900.640.150.31313.9347.0646.67
HexAF3F95040F1F13a2f2f
Octal25777225010017374725757
Binary101011111111111001010101000000111111111100111010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F95; }

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

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

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

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

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

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

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

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