#AF3F7F

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

Shades of Medium Red Violet #AF3F7F

Tints of Medium Red Violet #AF3F7F

Color information

#AF3F7F (or 0xAF3F7F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3F and 7F. RGB value is (175,63,127). Sum of RGB (Red+Green+Blue) = 175+63+127=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3F7F is #50C080. Grayscale: #676767. Windows color (decimal): -5292161 or 8339375. OLE color: 8339375.

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

Color convert

RGB17563127-
CMYK00.640.270.31
HSL325.71º47.06%46.67%-
HSV(B)325.71º64%68.63%-
XYZ23.2914.221.59-
YUV103.78141.11178.8-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 127 (50% from 255) = 34.79%
R=47.95%
G=17.26%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756312700.640.270.31325.7147.0646.67
HexAF3F7F0401B1F1462f2f
Octal25777177010033375065757
Binary101011111111111111111010000001101111111101000110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F7F; }

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

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

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

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

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

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

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

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