#AF1C90

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

Shades of Medium Violet Red #AF1C90

Tints of Medium Violet Red #AF1C90

Color information

#AF1C90 (or 0xAF1C90) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1C and 90. RGB value is (175,28,144). Sum of RGB (Red+Green+Blue) = 175+28+144=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C90 is #50E36F. Grayscale: #545454. Windows color (decimal): -5301104 or 9444527. OLE color: 9444527.

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

Color convert

RGB17528144-
CMYK00.840.180.31
HSL312.65º72.41%39.8%-
HSV(B)312.65º84%68.63%-
XYZ23.1311.9627.47-
YUV85.18161.2192.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 28 (11.33% from 255) = 8.07%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=50.43%
G=8.07%
B=41.50%

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
Decimal1752814400.840.180.31312.6572.4139.8
HexAF1C90054121F1394828
Octal257342200124223747111050
Binary1010111111100100100000101010010010111111001110011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1C90; }

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

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

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

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

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

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

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

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