#AF1B8C

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

Shades of Medium Violet Red #AF1B8C

Tints of Medium Violet Red #AF1B8C

Color information

#AF1B8C (or 0xAF1B8C) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1B and 8C. RGB value is (175,27,140). Sum of RGB (Red+Green+Blue) = 175+27+140=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1B8C is #50E473. Grayscale: #535353. Windows color (decimal): -5301364 or 9182127. OLE color: 9182127.

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

Color convert

RGB17527140-
CMYK00.850.20.31
HSL314.19º73.27%39.61%-
HSV(B)314.19º84.57%68.63%-
XYZ22.811.7925.88-
YUV84.13159.53192.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 27 (10.94% from 255) = 7.89%
BLUE value IS 140 (55.08% from 255) = 40.94%
R=51.17%
G=7.89%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752714000.850.20.31314.1973.2739.61
HexAF1B8C055141F13a4928
Octal257332140125243747211150
Binary1010111111011100011000101010110100111111001110101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1B8C; }

 p { color: rgb(175,27,140); }

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

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

 a { background-color: rgb(175,27,140); }

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

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

 span { border-color: rgb(175,27,140); }

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