#AF3F8D

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

Shades of Medium Red Violet #AF3F8D

Tints of Medium Red Violet #AF3F8D

Color information

#AF3F8D (or 0xAF3F8D) is unknown color: approx Medium Red Violet. HEX triplet: AF, 3F and 8D. RGB value is (175,63,141). Sum of RGB (Red+Green+Blue) = 175+63+141=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F8D is #50C072. Grayscale: #696969. Windows color (decimal): -5292147 or 9256879. OLE color: 9256879.

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

Color convert

RGB17563141-
CMYK00.640.190.31
HSL318.21º47.06%46.67%-
HSV(B)318.21º64%68.63%-
XYZ24.2614.5926.74-
YUV105.38148.11177.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=46.17%
G=16.62%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756314100.640.190.31318.2147.0646.67
HexAF3F8D040131F13e2f2f
Octal25777215010023374765757
Binary1010111111111110001101010000001001111111100111110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F8D; }

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

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

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

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

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

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

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

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