#AF418B

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

Shades of Medium Red Violet #AF418B

Tints of Medium Red Violet #AF418B

Color information

#AF418B (or 0xAF418B) is unknown color: approx Medium Red Violet. HEX triplet: AF, 41 and 8B. RGB value is (175,65,139). Sum of RGB (Red+Green+Blue) = 175+65+139=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 175 - color contains mainly: red. Hex color #AF418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF418B is #50BE74. Grayscale: #6A6A6A. Windows color (decimal): -5291637 or 9126319. OLE color: 9126319.

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

Color convert

RGB17565139-
CMYK00.630.210.31
HSL319.64º45.83%47.06%-
HSV(B)319.64º62.86%68.63%-
XYZ24.2314.7626-
YUV106.33146.44176.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.17%
GREEN value IS 65 (25.78% from 255) = 17.15%
BLUE value IS 139 (54.69% from 255) = 36.68%
R=46.17%
G=17.15%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1756513900.630.210.31319.6445.8347.06
HexAF418B03F151F1402e2f
Octal25710121307725375005657
Binary1010111110000011000101101111111010111111101000000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF418B; }

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

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

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

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

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

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

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

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