#af1c9b

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

Shades of Medium Violet Red #AF1C9B

Tints of Medium Violet Red #AF1C9B

Color information

#AF1C9B (or 0xAF1C9B) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1C and 9B. RGB value is (175,28,155). Sum of RGB (Red+Green+Blue) = 175+28+155=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1C9B is #50E364. Grayscale: #565656. Windows color (decimal): -5301093 or 10165423. OLE color: 10165423.

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

Color convert

RGB17528155-
CMYK00.840.110.31
HSL308.16º72.41%39.8%-
HSV(B)308.16º84%68.63%-
XYZ24.0112.3132.12-
YUV86.43166.7191.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.88%
GREEN value IS 28 (11.33% from 255) = 7.82%
BLUE value IS 155 (60.94% from 255) = 43.30%
R=48.88%
G=7.82%
B=43.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752815500.840.110.31308.1672.4139.8
HexAF1C9B054B1F1344828
Octal257342330124133746411050
Binary101011111110010011011010101001011111111001101001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1c9b; }

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

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

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

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

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

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

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

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