#AF1F92

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

Shades of Medium Red Violet #AF1F92

Tints of Medium Red Violet #AF1F92

Color information

#AF1F92 (or 0xAF1F92) is unknown color: approx Medium Red Violet. HEX triplet: AF, 1F and 92. RGB value is (175,31,146). Sum of RGB (Red+Green+Blue) = 175+31+146=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 31 (12.5% from 255 or 8.81% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF1F92 is #50E06D. Grayscale: #565656. Windows color (decimal): -5300334 or 9576367. OLE color: 9576367.

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

Color convert

RGB17531146-
CMYK00.820.170.31
HSL312.08º69.9%40.39%-
HSV(B)312.08º82.29%68.63%-
XYZ23.3612.1728.31-
YUV87.17161.21190.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 31 (12.5% from 255) = 8.81%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=49.72%
G=8.81%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753114600.820.170.31312.0869.940.39
HexAF1F92052111F1384628
Octal257372220122213747010650
Binary1010111111111100100100101001010001111111001110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF1F92; }

 p { color: rgb(175,31,146); }

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

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

 a { background-color: rgb(175,31,146); }

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

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

 span { border-color: rgb(175,31,146); }

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