#af1b79

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

Shades of Medium Violet Red #AF1B79

Tints of Medium Violet Red #AF1B79

Color information

#AF1B79 (or 0xAF1B79) is unknown color: approx Medium Violet Red. HEX triplet: AF, 1B and 79. RGB value is (175,27,121). Sum of RGB (Red+Green+Blue) = 175+27+121=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF1B79 is #50E486. Grayscale: #515151. Windows color (decimal): -5301383 or 7936943. OLE color: 7936943.

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

Color convert

RGB17527121-
CMYK00.850.310.31
HSL321.89º73.27%39.61%-
HSV(B)321.89º84.57%68.63%-
XYZ21.5211.2819.13-
YUV81.97150.03194.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 54.18%
GREEN value IS 27 (10.94% from 255) = 8.36%
BLUE value IS 121 (47.66% from 255) = 37.46%
R=54.18%
G=8.36%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1752712100.850.310.31321.8973.2739.61
HexAF1B790551F1F1424928
Octal257331710125373750211150
Binary101011111101111110010101010111111111111010000101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af1b79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af1b79; }

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

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

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

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

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

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

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

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