#AF418F

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

Shades of Medium Red Violet #AF418F

Tints of Medium Red Violet #AF418F

Color information

#AF418F (or 0xAF418F) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 8F. RGB value is (175,65,143). Sum of RGB (Red+Green+Blue) = 175+65+143=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 65 (25.78% from 255 or 16.97% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418F is #50BE70. Grayscale: #6A6A6A. Windows color (decimal): -5291633 or 9388463. OLE color: 9388463.

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

Color convert

RGB17565143-
CMYK00.630.180.31
HSL317.45º45.83%47.06%-
HSV(B)317.45º62.86%68.63%-
XYZ24.5314.8827.57-
YUV106.78148.44176.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 65 (25.78% from 255) = 16.97%
BLUE value IS 143 (56.25% from 255) = 37.34%
R=45.69%
G=16.97%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756514300.630.180.31317.4545.8347.06
HexAF418F03F121F13d2e2f
Octal25710121707722374755657
Binary1010111110000011000111101111111001011111100111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF418F; }

 p { color: rgb(175,65,143); }

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

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

 a { background-color: rgb(175,65,143); }

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

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

 span { border-color: rgb(175,65,143); }

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