#AF1C8F

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

Shades of Medium Violet Red #AF1C8F

Tints of Medium Violet Red #AF1C8F

Color information

#AF1C8F (or 0xAF1C8F) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1C and 8F. RGB value is (175,28,143). Sum of RGB (Red+Green+Blue) = 175+28+143=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 143 (56.25% from 255 or 41.33% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C8F is #50E370. Grayscale: #545454. Windows color (decimal): -5301105 or 9378991. OLE color: 9378991.

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

Color convert

RGB17528143-
CMYK00.840.180.31
HSL313.06º72.41%39.8%-
HSV(B)313.06º84%68.63%-
XYZ23.0511.9327.07-
YUV85.06160.7192.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 28 (11.33% from 255) = 8.09%
BLUE value IS 143 (56.25% from 255) = 41.33%
R=50.58%
G=8.09%
B=41.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752814300.840.180.31313.0672.4139.8
HexAF1C8F054121F1394828
Octal257342170124223747111050
Binary1010111111100100011110101010010010111111001110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C8F; }

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

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

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

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

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

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

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

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